summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-07-08 15:27:57 (GMT)
committerGitHub <noreply@github.com>2021-07-08 15:27:57 (GMT)
commita219d6bc8f07d671d31129e3ec2e8f2e0538ca21 (patch)
treed3e2c9f31d47ebc6b41392927a1c4582e7488a62
parentf2491c647937fc0871a473c19e3d5cb5392cfca0 (diff)
downloadcpython-a219d6bc8f07d671d31129e3ec2e8f2e0538ca21.zip
cpython-a219d6bc8f07d671d31129e3ec2e8f2e0538ca21.tar.gz
cpython-a219d6bc8f07d671d31129e3ec2e8f2e0538ca21.tar.bz2
docs: add the word 'official' (GH-26849)
(cherry picked from commit af4a2dcc40321de49bffec80bf6c6b5a7d43b134) Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
-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>