File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44{%- if outdated %}
55< div id ="outdated-warning " style ="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E; ">
66 {% 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 > .
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 > .
99</ div >
1010{%- endif %}
1111
1212{%- if is_deployment_preview %}
1313< div id ="deployment-preview-warning " style ="padding: .5em; text-align: center; background-color: #fff2ba; color: #6a580e; ">
1414 {% trans %}This is a deploy preview created from a < a href ="{{ repository_url }}/pull/{{ pr_id }} "> pull request</ a > .
15- For authoritative documentation, see the {% endtrans %}
16- < a href ="https://docs.python.org/3/{{ pagename }}{{ file_suffix }} "> {% trans %} the current stable release{% endtrans %}</ a > .
15+ For authoritative documentation, see{% endtrans %}
16+ < a href ="https://docs.python.org/3/{{ pagename }}{{ file_suffix }} "> {% trans %}the current stable release{% endtrans %}</ a > .
1717</ div >
1818{%- endif %}
1919{% endblock %}
You can’t perform that action at this time.
0 commit comments