Skip to content

Commit 7bcbd5e

Browse files
committed
one more wording tweak
1 parent 1097a90 commit 7bcbd5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tools/templates/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1>{{ docstitle|e }}</h1>
5656
<span class="linkdescr"> {% trans whatsnew_index=pathto("whatsnew/index") %}Or <a href="{{ whatsnew_index }}">all "What's new" documents since Python 2.0</a>{% endtrans %}</span></li>
5757
<li class="biglink"><a class="biglink" href="{{ pathto("tutorial/index") }}">{% trans %}Tutorial{% endtrans %}</a><br>
5858
<span class="linkdescr">{% trans %}Start here: a tour of Python's syntax and features{% endtrans %}</span></li>
59-
<li class="biglink"><a class="biglink" href="{{ pathto("library/builtin-index") }}">{% trans %}Built-in reference{% endtrans %}</a><br>
59+
<li class="biglink"><a class="biglink" href="{{ pathto("library/builtin-index") }}">{% trans %}Built-ins reference{% endtrans %}</a><br>
6060
<span class="linkdescr">{% trans %}Built-in functions and classes{% endtrans %}</span></li>
6161
<li class="biglink"><a class="biglink" href="{{ pathto("library/index") }}">{% trans %}Library reference{% endtrans %}</a><br>
6262
<span class="linkdescr">{% trans %}Standard library modules{% endtrans %}</span></li>

0 commit comments

Comments
 (0)