]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Doc: Use the short version for daily downloads (GH-124602) (#124611)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Sep 2024 16:01:39 +0000 (18:01 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 16:01:39 +0000 (17:01 +0100)
Doc: Use the short version for daily downloads (GH-124602)
(cherry picked from commit 2c472d36b776636fb00881a717f69e43672588b1)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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 %}