We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 263227c commit e2ae26aCopy full SHA for e2ae26a
templates/downloads/index.html
@@ -22,7 +22,7 @@ <h1 class="call-to-action">Download the latest version for {{ data.os.name }}</h
22
<a class="button" href="{{ data.pymanager.url }}">Download Python install manager</a>
23
</p>
24
{% if data.python3 %}
25
- <p>Or get the standalone installer for <a href="{{ data.python3.url }}">Download {{ data.python3.release.name }}</a></p>
+ <p>Or get the standalone installer for <a href="{{ data.python3.url }}">{{ data.python3.release.name }}</a></p>
26
{% endif %}
27
{% else %}
28
<p class="download-buttons">
0 commit comments