Skip to content

Commit c51e13c

Browse files
committed
Rewording
1 parent 4b5f182 commit c51e13c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Doc/glossary.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,9 +1283,12 @@ Glossary
12831283
standard library
12841284
The collection of :term:`packages <package>`, :term:`modules <module>`
12851285
and :term:`extension modules <extension module>` distributed as a part
1286-
of the official Python interpreter package, or an individual member of
1287-
that collection. The exact membership of the collection may vary based
1288-
on platform, available system packages, or other criteria.
1286+
of the official Python interpreter package. The exact membership of the
1287+
collection may vary based on platform, available system packages, or
1288+
other criteria. Documentation can be found at :ref:`library-index`.
1289+
1290+
See also :data:`sys.stdlib_module_names` for a list of all possible
1291+
standard library module names.
12891292

12901293
statement
12911294
A statement is part of a suite (a "block" of code). A statement is either

0 commit comments

Comments
 (0)