Skip to content

Commit 5529515

Browse files
authored
Doc: Remove an ugly space before a dot. (GH-14123)
1 parent 8047e0e commit 5529515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.
77
You should upgrade, and read the {% endtrans %}
8-
<a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release {% endtrans %}</a>.
8+
<a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release{% endtrans %}</a>.
99
</div>
1010
{%- endif %}
1111
{% endblock %}

0 commit comments

Comments
 (0)