summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-07-08 14:58:13 (GMT)
committerGitHub <noreply@github.com>2021-07-08 14:58:13 (GMT)
commitaf4a2dcc40321de49bffec80bf6c6b5a7d43b134 (patch)
treea2f686a8fdb9097d7d0aeaf10098216bffba3105 /Doc/tools
parent514f76bbac386c320a9f3a70797241c612544391 (diff)
downloadcpython-af4a2dcc40321de49bffec80bf6c6b5a7d43b134.zip
cpython-af4a2dcc40321de49bffec80bf6c6b5a7d43b134.tar.gz
cpython-af4a2dcc40321de49bffec80bf6c6b5a7d43b134.tar.bz2
docs: add the word 'official' (GH-26849)
Diffstat (limited to 'Doc/tools')
-rw-r--r--Doc/tools/templates/indexcontent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexcontent.html b/Doc/tools/templates/indexcontent.html
index 152162a..a96746b 100644
--- a/Doc/tools/templates/indexcontent.html
+++ b/Doc/tools/templates/indexcontent.html
@@ -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 official documentation for Python {{ release }}.{% endtrans %}
</p>
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
<table class="contentstable" align="center"><tr>