Skip to content

Commit 6c03b0a

Browse files
authored
Fix typo in download.html instructions
Missing "the" in the description Closes #140500
1 parent 14c6222 commit 6c03b0a

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)