diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-09-26 15:44:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-26 15:44:25 (GMT) |
commit | 2c472d36b776636fb00881a717f69e43672588b1 (patch) | |
tree | 9d8d2014b757d2aeae836df567fdaf65ed39f4af | |
parent | 9c98fdab7d1167211c9d162c418e2b443a02867a (diff) | |
download | cpython-2c472d36b776636fb00881a717f69e43672588b1.zip cpython-2c472d36b776636fb00881a717f69e43672588b1.tar.gz cpython-2c472d36b776636fb00881a717f69e43672588b1.tar.bz2 |
Doc: Use the short version for daily downloads (#124602)
-rw-r--r-- | Doc/tools/templates/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index c978e61..45ec436 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 %} |