diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-08 15:21:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 15:21:55 (GMT) |
commit | 302df02789d041a09760f86295ea6b4dcd81aa1d (patch) | |
tree | aa0995c08b8ce1bc61a64624191c5d55bdeb06af /Doc/tools | |
parent | 9761abf30617946a374886184b0e36ec050dd8d7 (diff) | |
download | cpython-302df02789d041a09760f86295ea6b4dcd81aa1d.zip cpython-302df02789d041a09760f86295ea6b4dcd81aa1d.tar.gz cpython-302df02789d041a09760f86295ea6b4dcd81aa1d.tar.bz2 |
docs: add the word 'official' (GH-26849)
(cherry picked from commit af4a2dcc40321de49bffec80bf6c6b5a7d43b134)
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/templates/indexcontent.html | 2 |
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> |