bpo-29520: doc: add missing dot (GH-182)

3eea8c6 missed dot at the end of paragraph.
This commit is contained in:
INADA Naoki 2017-02-20 10:22:28 +09:00 committed by GitHub
parent a86339b83f
commit e395c4dbe1

View 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>