8000 docs: add the word 'official' (GH-26849) · python/cpython@af4a2dc · GitHub
[go: up one dir, main page]

Skip to content

Commit af4a2dc

Browse files
authored
docs: add the word 'official' (GH-26849)
1 parent 514f76b commit af4a2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/templates/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% block body %}
66
<h1>{{ docstitle|e }}</h1>
77
<p>
8-
{% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %}
8+
{% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}
99
</p>
1010
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
1111
<table class="contentstable" align="center"><tr>

0 commit comments

Comments
 (0)
0