]> granicus.if.org Git - python/commitdiff
bpo-29520: doc: add missing dot (GH-182)
authorINADA Naoki <methane@users.noreply.github.com>
Mon, 20 Feb 2017 01:22:28 +0000 (10:22 +0900)
committerGitHub <noreply@github.com>
Mon, 20 Feb 2017 01:22:28 +0000 (10:22 +0900)
3eea8c6 missed dot at the end of paragraph.

Doc/tools/templates/indexcontent.html

index 2bf2cce33f2345026df0afbea1e51974258bc85c..d795c0a5586bc8321f58679ffc2e618f5ba325e6 100644 (file)
@@ -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>