]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Use the short version for daily downloads (#124602)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Thu, 26 Sep 2024 15:44:25 +0000 (16:44 +0100)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 15:44:25 +0000 (16:44 +0100)
Doc/tools/templates/download.html

index c978e61b16a49e04afd00b3728f8b8fd2a9c2a19..45ec436fee72d794e236adb193e359b5f6661432 100644 (file)
@@ -13,7 +13,7 @@
 {% endif %}
 
 {% block body %}
-<h1>{% trans %}Download Python {{ release }} Documentation{% endtrans %}</h1>
+<h1>{% trans %}Download Python {{ dl_version }} Documentation{% endtrans %}</h1>
 
 {% if last_updated %}<p><b>{% trans %}Last updated on: {{ last_updated }}.{% endtrans %}</b></p>{% endif %}