Skip to content

Commit 65aaf8b

Browse files
committed
move the builtins note to the end, as a seealso
1 parent 13addc9 commit 65aaf8b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/intro.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
Introduction
55
************
66

7-
Note: the built-in functions and classes (which can be used without an
8-
:keyword:`import` statement) are described in :ref:`builtins-index`.
9-
107
The Python standard library consists of a collection of modules. There are
118
many ways to dissect this collection. Some modules are written in C and compiled
129
into the Python interpreter; others are written in Python and imported in
@@ -31,7 +28,10 @@ read the sections of this manual, it helps to first read
3128
:ref:`built-in-funcs` in :ref:`builtins-index`, as the remainder of this section
3229
assumes familiarity with this material.
3330

34-
Let the show begin!
31+
.. seealso::
32+
33+
The built-in functions and classes (which can be used without an
34+
:keyword:`import` statement) are described in :ref:`builtins-index`.
3535

3636

3737
.. _availability:

0 commit comments

Comments
 (0)