Skip to content

Commit 44a3d6c

Browse files
miss-islingtonKarinaS0uzajosephholsten
authored
[3.14] gh-140500: Update download.html instructions (GH-141320) (#141347)
Co-authored-by: Karina Souza <97332018+KarinaS0uza@users.noreply.github.com> Co-authored-by: Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
1 parent c09a659 commit 44a3d6c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Doc/tools/templates/download.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
3131

3232
{% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}
3333

34-
<p>{% trans %}To download an archive containing all the documents for this version of
35-
Python in one of various formats, follow one of links in this table.{% endtrans %}</p>
34+
<p>{% trans %}Download an archive containing all the documentation for this version of Python:{% endtrans %}</p>
3635

3736
<table class="docutils">
3837
<tr>
@@ -62,8 +61,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
6261
</tr>
6362
</table>
6463

65-
<p>{% trans %}These archives contain all the content in the documentation.{% endtrans %}</p>
66-
6764
<p>{% trans %}
6865
We no longer provide pre-built PDFs of the documentation.
6966
To build a PDF archive, follow the instructions in the
@@ -75,7 +72,6 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
7572
See the <a href="https://docs.python.org/{{ version }}/archives/">directory listing</a>
7673
for file sizes.{% endtrans %}</p>
7774

78-
7975
<h2>{% trans %}Problems{% endtrans %}</h2>
8076
{% set bugs = pathto('bugs') %}
8177
<p>{% trans bugs = bugs %}<a href="{{ bugs }}">Open an issue</a>

0 commit comments

Comments
 (0)