Skip to content

Commit e395c4d

Browse files
authored
bpo-29520: doc: add missing dot (GH-182)
3eea8c6 missed dot at the end of paragraph.
1 parent a86339b commit e395c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% block body %}
66
<h1>{{ docstitle|e }}</h1>
77
<p>
8-
{% trans %}Welcome! This is the documentation for Python {{ release }}{% endtrans %}
8+
{% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}
99
</p>
1010
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
1111
<table class="contentstable" align="center"><tr>

0 commit comments

Comments
 (0)