mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
docs: add the word 'official' (GH-26849)
(cherry picked from commit af4a2dcc40
)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
parent
9761abf306
commit
302df02789
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1>{{ docstitle|e }}</h1>
|
<h1>{{ docstitle|e }}</h1>
|
||||||
<p>
|
<p>
|
||||||
{% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}
|
{% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
|
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
|
||||||
<table class="contentstable" align="center"><tr>
|
<table class="contentstable" align="center"><tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue