https://github.com/python/cpython/commit/2c472d36b776636fb00881a717f69e43672588b1
commit: 2c472d36b776636fb00881a717f69e43672588b1
branch: main
author: Adam Turner <[email protected]>
committer: AA-Turner <[email protected]>
date: 2024-09-26T16:44:25+01:00
summary:

Doc: Use the short version for daily downloads (#124602)

files:
M Doc/tools/templates/download.html

diff --git a/Doc/tools/templates/download.html 
b/Doc/tools/templates/download.html
index c978e61b16a49e..45ec436fee72d7 100644
--- a/Doc/tools/templates/download.html
+++ b/Doc/tools/templates/download.html
@@ -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 %}
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to