[3.15] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156142)

hugovk <[email protected]>
Newsgroups gmane.comp.python.cvs
Message-ID <[email protected]>
https://github.com/python/cpython/commit/f71fbc558a3051781297106f53820b04c217c13d
commit: f71fbc558a3051781297106f53820b04c217c13d
branch: 3.15
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2026-08-21T10:40:43+09:00
summary:

[3.15] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156142)

gh-128326: Normalize self-references to "documentation" (GH-143138)
(cherry picked from commit 9721f8f03510685c9209ce382fdbce3d2c5f8110)

Co-authored-by: Aniket <[email protected]>
Co-authored-by: Stan Ulbrych <[email protected]>

files:
M Doc/about.rst
M Doc/tools/templates/indexsidebar.html

diff --git a/Doc/about.rst b/Doc/about.rst
index 5c1b497ca6bcea8..84ae3492804c328 100644
--- a/Doc/about.rst
+++ b/Doc/about.rst
@@ -10,7 +10,7 @@ and now maintained as an independent project.
 .. _reStructuredText: https://docutils.sourceforge.io/rst.html
 .. _Sphinx: https://www.sphinx-doc.org/
 
-.. In the online version of these documents, you can submit comments and suggest
+.. In the online version of this documentation, you can submit comments and suggest
    changes directly on the documentation pages.
 
 Development of the documentation and its toolchain is an entirely volunteer
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index 5e7f03cd024ef7f..3fd707babd782bb 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -1,5 +1,5 @@
 <h3>{% trans %}Download{% endtrans %}</h3>
-<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
+<p><a href="{{ pathto('download') }}">{% trans %}Download the documentation{% endtrans %}</a></p>
 <h3>{% trans %}Docs by version{% endtrans %}</h3>
 <ul>
   {# _docs_by_version.html is overwritten by build_docs.py for non-EOL versions #}

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.