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 78309c9 commit ecafe8eCopy full SHA for ecafe8e
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 current 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