From: Ezio Melotti Date: Tue, 25 Jul 2023 16:25:07 +0000 (+0200) Subject: [3.12] Remove superflous whitespaces in `layout.html`. (#107251) X-Git-Tag: v3.12.0rc1~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=313284aa423252ebd5d4e761220e0f4fdeac626d;p=thirdparty%2FPython%2Fcpython.git [3.12] Remove superflous whitespaces in `layout.html`. (#107251) Remove superflous whitespaces in layout.html. --- diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 10cb6fd880fa..9832feba1416 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -4,16 +4,16 @@ {%- if outdated %}
{% 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 %}. + You should upgrade, and read the{% endtrans %} + {% trans %}Python documentation for the current stable release{% endtrans %}.
{%- endif %} {%- if is_deployment_preview %}
{% trans %}This is a deploy preview created from a pull request. - For authoritative documentation, see the {% endtrans %} - {% trans %} the current stable release{% endtrans %}. + For authoritative documentation, see{% endtrans %} + {% trans %}the current stable release{% endtrans %}.
{%- endif %} {% endblock %}