From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 Jun 2019 18:55:59 +0000 (-0700) Subject: Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130) X-Git-Tag: v3.6.9rc1~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecafe8e42464b2c91a507fd26de06ce1203dd654;p=thirdparty%2FPython%2Fcpython.git Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130) (cherry picked from commit 552951563cd5968d25e95306362e41f07d661a88) Co-authored-by: Julien Palard --- diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index e7c5d92c888f..7a7feb52e1a3 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 %}