https://github.com/python/cpython/commit/2e7c58a77dfadd30776018491cd57bf6a91691e3 commit: 2e7c58a77dfadd30776018491cd57bf6a91691e3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s <[email protected]> date: 2024-09-26T13:54:52-07:00 summary:
[3.13] Doc: Use the short version for daily downloads (GH-124602) (#124610) Doc: Use the short version for daily downloads (GH-124602) (cherry picked from commit 2c472d36b776636fb00881a717f69e43672588b1) Co-authored-by: Adam Turner <[email protected]> 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]
