https://github.com/python/cpython/commit/cab85ced49d7abfd246bd13142aa752dc851d2d6
commit: cab85ced49d7abfd246bd13142aa752dc851d2d6
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-11-10T12:46:06Z
summary:

[3.13] gh-140500: Update download.html instructions (GH-141320) (#141346)

Co-authored-by: Karina Souza <[email protected]>
Co-authored-by: Joseph Anthony Pasquale Holsten <[email protected]>

files:
M Doc/tools/templates/download.html

diff --git a/Doc/tools/templates/download.html 
b/Doc/tools/templates/download.html
index 5209c9b16ce185..b7b25fdadf5d45 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -31,8 +31,7 @@ <h1>{% trans %}Download Python {{ dl_version }} 
documentation{% endtrans %}</h1>
 
 {% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% 
endtrans %}</b></p>{% endif %}
 
-<p>{% trans %}To download an archive containing all the documents for this 
version of
-Python in one of various formats, follow one of links in this table.{% 
endtrans %}</p>
+<p>{% trans %}Download an archive containing all the documentation for this 
version of Python:{% endtrans %}</p>
 
 <table class="docutils">
   <tr>
@@ -62,8 +61,6 @@ <h1>{% trans %}Download Python {{ dl_version }} 
documentation{% endtrans %}</h1>
   </tr>
 </table>
 
-<p>{% trans %}These archives contain all the content in the documentation.{% 
endtrans %}</p>
-
 <p>{% trans %}
 We no longer provide updates to the pre-built PDFs of the documentation.
 The previously-built archives are still available and may be of use:
@@ -78,7 +75,6 @@ <h1>{% trans %}Download Python {{ dl_version }} 
documentation{% endtrans %}</h1>
 See the <a href="https://docs.python.org/{{ version }}/archives/">directory 
listing</a>
 for file sizes.{% endtrans %}</p>
 
-
 <h2>{% trans %}Problems{% endtrans %}</h2>
 {% set bugs = pathto('bugs') %}
 <p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>

_______________________________________________
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]

Reply via email to