From: INADA Naoki Date: Mon, 20 Feb 2017 01:22:28 +0000 (+0900) Subject: bpo-29520: doc: add missing dot (GH-182) X-Git-Tag: v3.7.0a1~1318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e395c4dbe19115aaab315c2a113b172e9fef307a;p=python bpo-29520: doc: add missing dot (GH-182) 3eea8c6 missed dot at the end of paragraph. --- diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html index 2bf2cce33f..d795c0a558 100644 --- a/Doc/tools/templates/indexcontent.html +++ b/Doc/tools/templates/indexcontent.html @@ -5,7 +5,7 @@ {% block body %}

{{ docstitle|e }}

- {% trans %}Welcome! This is the documentation for Python {{ release }}{% endtrans %} + {% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}

{% trans %}Parts of the documentation:{% endtrans %}