Skip to content

Commit 47587f7

Browse files
Fix typo in download.html download instructions
1 parent 161b306 commit 47587f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h1>{% trans %}Download Python {{ dl_version }} documentation{% endtrans %}</h1>
3232
{% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}
3333

3434
<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>
35+
Python in one of various formats, follow one of the links in this table.{% endtrans %}</p>
3636

3737
<table class="docutils">
3838
<tr>

0 commit comments

Comments
 (0)