Skip to content

Commit 0bb0387

Browse files
authored
Revise download instructions in download.html
Updated download page text for clarity and conciseness requested by @hugovk
1 parent 6c03b0a commit 0bb0387

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/tools/templates/download.html

Lines changed: 2 additions & 3 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 the 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,7 +61,7 @@ <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>
64+
<p>{% trans %}+{% endtrans %}</p>
6665

6766
<p>{% trans %}
6867
We no longer provide pre-built PDFs of the documentation.

0 commit comments

Comments
 (0)