[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 2c472d36b7)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-09-26 22:54:52 +02:00 committed by GitHub
parent c74679bff7
commit 2e7c58a77d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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 %}