From: Julien Palard Date: Sat, 15 Jun 2019 14:21:37 +0000 (+0200) Subject: Doc: Deprecation header: More precise wording. (GH-14109) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfa0394b9760941bbdd089913a6420d2af54314a;p=python Doc: Deprecation header: More precise wording. (GH-14109) --- diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index a765a5de8a..77915c8431 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -5,7 +5,7 @@
{% trans %}This document is for an old version of Python that is no longer supported. You should upgrade, and read the {% endtrans %} - {% trans %} Python documentation for the last stable release {% endtrans %}. + {% trans %} Python documentation for the current stable release {% endtrans %}.
{%- endif %} {% endblock %}