diff options
author | Julien Palard <julien@palard.fr> | 2019-06-16 08:25:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 08:25:05 (GMT) |
commit | 552951563cd5968d25e95306362e41f07d661a88 (patch) | |
tree | f5bb01f3b0572e6318276f6d2b9297fd24da5909 /Doc/tools/templates | |
parent | 8047e0e1c620f69cc21f9ca48b24bf2cdd5c3668 (diff) | |
download | cpython-552951563cd5968d25e95306362e41f07d661a88.zip cpython-552951563cd5968d25e95306362e41f07d661a88.tar.gz cpython-552951563cd5968d25e95306362e41f07d661a88.tar.bz2 |
Doc: Remove an ugly space before a dot. (GH-14123)
Diffstat (limited to 'Doc/tools/templates')
-rw-r--r-- | Doc/tools/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 77915c8..17592d7 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -5,7 +5,7 @@ <div id="outdated-warning" style="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E;"> {% trans %}This document is for an old version of Python that is no longer supported. You should upgrade, and read the {% endtrans %} - <a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release {% endtrans %}</a>. + <a href="/3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release{% endtrans %}</a>. </div> {%- endif %} {% endblock %} |