]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-140500: Update download.html instructions (#141320)
authorKarina Souza <97332018+KarinaS0uza@users.noreply.github.com>
Mon, 10 Nov 2025 12:39:49 +0000 (04:39 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Nov 2025 12:39:49 +0000 (14:39 +0200)
Co-authored-by: Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
Doc/tools/templates/download.html

index f914ad862116d75c6c3ea60ee7a702156dc1832a..c78c650b1cb4bdfd902d8d29a55fbdb898b8f0c9 100644 (file)
@@ -31,8 +31,7 @@
 
 {% 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 @@ Python in one of various formats, follow one of links in this table.{% endtrans
   </tr>
 </table>
 
-<p>{% trans %}These archives contain all the content in the documentation.{% endtrans %}</p>
-
 <p>{% trans %}
 We no longer provide pre-built PDFs of the documentation.
 To build a PDF archive, follow the instructions in the
@@ -75,7 +72,6 @@ and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy
 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>