From: Julien Palard Date: Sun, 16 Jun 2019 08:25:05 +0000 (+0200) Subject: Doc: Remove an ugly space before a dot. (GH-14123) X-Git-Tag: v3.9.0a1~1268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=552951563cd5968d25e95306362e41f07d661a88;p=thirdparty%2FPython%2Fcpython.git Doc: Remove an ugly space before a dot. (GH-14123) --- diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 77915c8431b6..17592d74a4eb 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -5,7 +5,7 @@
{% trans %}This document is for an old version of Python that is no longer supported. You should upgrade, and read the {% endtrans %} - {% trans %} Python documentation for the current stable release {% endtrans %}. + {% trans %} Python documentation for the current stable release{% endtrans %}.
{%- endif %} {% endblock %}