We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c98fda commit 2c472d3Copy full SHA for 2c472d3
Doc/tools/templates/download.html
@@ -13,7 +13,7 @@
13
{% endif %}
14
15
{% block body %}
16
-<h1>{% trans %}Download Python {{ release }} Documentation{% endtrans %}</h1>
+<h1>{% trans %}Download Python {{ dl_version }} Documentation{% endtrans %}</h1>
17
18
{% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}
19
0 commit comments