From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 16 Jun 2019 14:37:02 +0000 (-0700) Subject: Doc: Remove an ugly space before a dot. (GH-14123) X-Git-Tag: v3.7.4rc1~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c289588905daac804ef9c4ebaf51fc13f93b4a01;p=thirdparty%2FPython%2Fcpython.git Doc: Remove an ugly space before a dot. (GH-14123) (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 1ea681cdcf2e..32e178b38eb8 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 %}