From b153c42008fbe4bed5d30b95db2770344b834bcc Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 19 Apr 2020 09:03:19 -0500 Subject: [PATCH] Remove incorrect comma. --- Doc/tools/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index dbbfdeae2aa2d0..34a87ae42d8674 100644 --- a/Doc/tools/templates/layout.html +++ b/Doc/tools/templates/layout.html @@ -3,7 +3,7 @@ {%- if outdated %}
{% trans %}This document is for an old version of Python that is {% endtrans %}{% trans %}no longer supported{% endtrans %}. - {% trans %}You should upgrade, and read the {% endtrans %} + {% trans %}You should upgrade and read the {% endtrans %} {% trans %} Python documentation for the current stable release{% endtrans %}.
{%- endif %}