From d92559a49a61a552534c2737d61fd7c6dfbae237 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 25 Jul 2023 18:25:07 +0200 Subject: [PATCH] [3.12] Remove superflous whitespaces in `layout.html`. (GH-107251) Remove superflous whitespaces in layout.html. (cherry picked from commit 313284aa423252ebd5d4e761220e0f4fdeac626d) Co-authored-by: Ezio Melotti --- Doc/tools/templates/layout.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index 10cb6fd880fa1a..9832feba141675 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 %}