Skip to content

Commit ecafe8e

Browse files
miss-islingtonJulienPalard
authored andcommitted
Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)
(cherry picked from commit 5529515) Co-authored-by: Julien Palard <julien@palard.fr>
1 parent 78309c9 commit ecafe8e

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)