From: Benjamin Peterson Date: Sun, 19 Apr 2020 14:08:18 +0000 (-0700) Subject: Remove incorrect comma. (GH-19604) X-Git-Tag: v2.7.18~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f2f950e3d0ebc4ccfacf3d2ddcc201685e9bc129;p=thirdparty%2FPython%2Fcpython.git Remove incorrect comma. (GH-19604) --- diff --git a/Doc/tools/templates/layout.html b/Doc/tools/templates/layout.html index dbbfdeae2aa2..34a87ae42d86 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 %}