]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs: add the word 'official' (GH-26849)
authorNed Batchelder <ned@nedbatchelder.com>
Thu, 8 Jul 2021 14:58:13 +0000 (07:58 -0700)
committerGitHub <noreply@github.com>
Thu, 8 Jul 2021 14:58:13 +0000 (09:58 -0500)
Doc/tools/templates/indexcontent.html

index 152162ab0dd28c7303d775e55e7844592ab0817c..a96746b69fd41b70e21c47db00ef547833855c52 100644 (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 official documentation for Python {{ release }}.{% endtrans %}
   </p>
   <p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
   <table class="contentstable" align="center"><tr>