https://github.com/python/cpython/commit/9721f8f03510685c9209ce382fdbce3d2c5f8110 commit: 9721f8f03510685c9209ce382fdbce3d2c5f8110 branch: main author: Aniket <[email protected]> committer: StanFromIreland <[email protected]> date: 2026-08-20T17:52:18+01:00 summary:
gh-128326: Normalize self-references to "documentation" (#143138) 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]
