8000 Remove incorrect comma. (GH-19604) · stackless-dev/stackless@f2f950e · GitHub
[go: up one dir, main page]

Skip to content 8000
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit f2f950e

Browse files
authored
Remove incorrect comma. (pythonGH-19604)
1 parent 0fc82e9 commit f2f950e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{%- if outdated %}
44
<div id="outdated-warning" style="padding: .5em; text-align: center; background-color: #FFBABA; color: #6A0E0E;">
55
{% trans %}This document is for an old version of Python that is {% endtrans %}<a href="https://devguide.python.org/devcycle/#end-of-life-branches">{% trans %}no longer supported{% endtrans %}</a>.
6-
{% trans %}You should upgrade, and read the {% endtrans %}
6+
{% trans %}You s 4837 hould upgrade and read the {% endtrans %}
77
<a href="https://docs.python.org/{{ language + '/' if language and language != 'en' else '' }}3/{{ pagename }}{{ file_suffix }}">{% trans %} Python documentation for the current stable release{% endtrans %}</a>.
88
</div>
99
{%- endif %}

0 commit comments

Comments
 (0)
0