Skip to content

Commit 485770d

Browse files
committed
A seealso from builtins to library
1 parent d871e32 commit 485770d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/builtins/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ be used by all Python code without the need of an :keyword:`import` statement.
1616
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

19+
.. seealso::
20+
21+
In addition to the built-ins, Python provides an extensive importable
22+
standard library, see :ref:`library-index`.
23+
1924
.. We don't use :numbered: option for the TOC below as it enforces
2025
numbered sections for the entire builtin docs. If desired,
2126
:numbered: can be enabled on a per-page basis.

0 commit comments

Comments
 (0)