Skip to content

Commit e2ae26a

Browse files
committed
Stray 'Download'
1 parent 263227c commit e2ae26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/downloads/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 class="call-to-action">Download the latest version for {{ data.os.name }}</h
2222
<a class="button" href="{{ data.pymanager.url }}">Download Python install manager</a>
2323
</p>
2424
{% if data.python3 %}
25-
<p>Or get the standalone installer for <a href="{{ data.python3.url }}">Download {{ data.python3.release.name }}</a></p>
25+
<p>Or get the standalone installer for <a href="{{ data.python3.url }}">{{ data.python3.release.name }}</a></p>
2626
{% endif %}
2727
{% else %}
2828
<p class="download-buttons">

0 commit comments

Comments
 (0)