Skip to content

Commit 3800574

Browse files
miss-islingtonAniketsyStanFromIreland
authored
[3.13] gh-128326: Normalize self-references to "documentation" (GH-143138) (#156140)
gh-128326: Normalize self-references to "documentation" (GH-143138) (cherry picked from commit 9721f8f) Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com> Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent b205580 commit 3800574

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and now maintained as an independent project.
1010
.. _reStructuredText: https://docutils.sourceforge.io/rst.html
1111
.. _Sphinx: https://www.sphinx-doc.org/
1212

13-
.. In the online version of these documents, you can submit comments and suggest
13+
.. In the online version of this documentation, you can submit comments and suggest
1414
changes directly on the documentation pages.
1515
1616
Development of the documentation and its toolchain is an entirely volunteer

Doc/tools/templates/indexsidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3>{% trans %}Download{% endtrans %}</h3>
2-
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
2+
<p><a href="{{ pathto('download') }}">{% trans %}Download the documentation{% endtrans %}</a></p>
33
<h3>{% trans %}Docs by version{% endtrans %}</h3>
44
<ul>
55
{# _docs_by_version.html is overwritten by build_docs.py for non-EOL versions #}

0 commit comments

Comments
 (0)