diff options
-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 %} |