]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 16 Jun 2019 18:55:59 +0000 (11:55 -0700)
committerNed Deily <nad@python.org>
Sun, 16 Jun 2019 18:55:59 +0000 (14:55 -0400)
(cherry picked from commit 552951563cd5968d25e95306362e41f07d661a88)

Co-authored-by: Julien Palard <julien@palard.fr>
Doc/tools/templates/layout.html

index e7c5d92c888f8b7fbfca7873f1522cfe261ceb2f..7a7feb52e1a3e8f745ff0360de1582f6ec660486 100644 (file)
@@ -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 %}