Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef4d32 commit cfa0394Copy full SHA for cfa0394
1 file changed
Doc/tools/templates/layout.html
@@ -5,7 +5,7 @@
5
<div id="outdated-warning" style="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E;">
6
{% trans %}This document is for an old version of Python that is no longer supported.
7
You should upgrade, and read the {% endtrans %}
8
- <a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the last stable release {% endtrans %}</a>.
+ <a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release {% endtrans %}</a>.
9
</div>
10
{%- endif %}
11
{% endblock %}
0 commit comments