docs: add the word 'official' (GH-26849)

(cherry picked from commit af4a2dcc40)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
This commit is contained in:
Miss Islington (bot) 2021-07-08 08:21:55 -07:00 committed by GitHub
parent 9761abf306
commit 302df02789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
{% block body %} {% block body %}
<h1>{{ docstitle|e }}</h1> <h1>{{ docstitle|e }}</h1>
<p> <p>
{% trans %}Welcome! This is the documentation for Python {{ release }}.{% endtrans %} {% trans %}Welcome! This is the official documentation for Python {{ release }}.{% endtrans %}
</p> </p>
<p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p> <p><strong>{% trans %}Parts of the documentation:{% endtrans %}</strong></p>
<table class="contentstable" align="center"><tr> <table class="contentstable" align="center"><tr>