Skip to content

Commit fe39fea

Browse files
committed
review feedback
1 parent 10c84e6 commit fe39fea

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Doc/library/builtin-index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Some of these are defined by the core language, but many are not essential for
1717
the core semantics and are only described here.
1818

1919
.. We don't use :numbered: option for the TOC below as it enforces
20-
numbered sections for the entire stdlib docs. If desired,
20+
numbered sections for the entire builtin docs. If desired,
2121
:numbered: can be enabled on a per-module basis.
2222
.. toctree::
2323
:maxdepth: 2
2424

25-
functions.rst
26-
constants.rst
2725
stdtypes.rst
26+
constants.rst
27+
functions.rst
2828
exceptions.rst
2929
threadsafety.rst
3030
time-complexity.rst

Doc/library/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
###############################
66

77
While :ref:`reference-index` describes the exact syntax and
8-
semantics of the Python language, this library reference manual
8+
semantics of the Python language, and :ref:`builtin-index` describes
9+
the built-ins, this library reference manual
910
describes the standard library that is distributed with Python. It also
1011
describes some of the optional components that are commonly included
1112
in Python distributions.

Doc/tools/templates/indexcontent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>{{ docstitle|e }}</h1>
5959
<li class="biglink"><a class="biglink" href="{{ pathto("library/builtin-index") }}">{% trans %}Built-in 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>
62-
<span class="linkdescr">{% trans %}Standard library and builtins{% endtrans %}</span></li>
62+
<span class="linkdescr">{% trans %}Standard library modules{% endtrans %}</span></li>
6363
<li class="biglink"><a class="biglink" href="{{ pathto("reference/index") }}">{% trans %}Language reference{% endtrans %}</a><br>
6464
<span class="linkdescr">{% trans %}Syntax and language elements{% endtrans %}</span></li>
6565
<li class="biglink"><a class="biglink" href="{{ pathto("using/index") }}">{% trans %}Python setup and usage{% endtrans %}</a><br>

0 commit comments

Comments
 (0)