Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit956b3de

Browse files
authored
Remove superflous whitespaces inlayout.html. (GH-107067)
1 parentd1b839b commit956b3de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Doc/tools/templates/layout.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
{%- if outdated %}
55
<divid="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-
<ahref="/3/{{ pagename }}{{ file_suffix }}">{% trans %}Python documentation for the current stable release{% endtrans %}</a>.
7+
You should upgrade, and read the{% endtrans %}
8+
<ahref="/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
<divid="deployment-preview-warning"style="padding: .5em; text-align: center; background-color: #fff2ba; color: #6a580e;">
1414
{% trans %}This is a deploy preview created from a<ahref="{{ repository_url }}/pull/{{ pr_id }}">pull request</a>.
15-
For authoritative documentation, see{% endtrans %}
16-
<ahref="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %}the current stable release{% endtrans %}</a>.
15+
For authoritative documentation, see{% endtrans %}
16+
<ahref="https://docs.python.org/3/{{ pagename }}{{ file_suffix }}">{% trans %}the current stable release{% endtrans %}</a>.
1717
</div>
1818
{%- endif %}
1919
{% endblock %}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp