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