summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-02-20 01:22:28 (GMT)
committerGitHub <noreply@github.com>2017-02-20 01:22:28 (GMT)
commite395c4dbe19115aaab315c2a113b172e9fef307a (patch)
treeaefcc4dced9be46562d21b07d8263e21ab753b6e /Doc/tools
parenta86339b83fbd0932e0529a3c91935e997a234582 (diff)
downloadcpython-e395c4dbe19115aaab315c2a113b172e9fef307a.zip
cpython-e395c4dbe19115aaab315c2a113b172e9fef307a.tar.gz
cpython-e395c4dbe19115aaab315c2a113b172e9fef307a.tar.bz2
bpo-29520: doc: add missing dot (GH-182)
3eea8c6 missed dot at the end of paragraph.
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html
index 2bf2cce..d795c0a 100644
--- a/Doc/tools/templates/indexcontent.html
+++ b/Doc/tools/templates/indexcontent.html
@@ -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>