mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-29520: doc: add missing dot (GH-182)
3eea8c6
missed dot at the end of paragraph.
This commit is contained in:
parent
a86339b83f
commit
e395c4dbe1
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue