Skip to content

Commit

Permalink
bpo-29520: doc: add missing dot (pythonGH-182)
Browse files Browse the repository at this point in the history
3eea8c6 missed dot at the end of paragraph.
  • Loading branch information
methane committed Feb 20, 2017
1 parent a86339b commit e395c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tools/templates/indexcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block body %}
<h1>{{ docstitle|e }}</h1>
<p>
{% trans %}Welcome! This is the documentation for Python {{ release }}{% endtrans %}
{% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}
</p>
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
<table class="contentstable" align="center"><tr>
Expand Down

0 comments on commit e395c4d

Please sign in to comment.