Skip to content

Commit b3130e7

Browse files
committed
simplify the intro paragraphs
1 parent 7caff5c commit b3130e7

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

Doc/library/index.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
The Python standard library
55
###############################
66

7-
While :ref:`reference-index` describes the exact syntax and
7+
This library reference manual describes the standard library
8+
distributed with Python. It also describes some of the optional
9+
components that are commonly included in Python distributions.
10+
11+
Elsewhere, :ref:`reference-index` describes the exact syntax and
812
semantics of the Python language, and :ref:`builtins-index` describes
9-
the built-ins, this library reference manual
10-
describes the standard library that is distributed with Python. It also
11-
describes some of the optional components that are commonly included
12-
in Python distributions.
13+
the built-in functions.
1314

14-
Python's standard library is very extensive, offering a wide range of
15+
Python's standard library is extensive, offering a wide range of
1516
facilities as indicated by the long table of contents listed below. The
1617
library contains built-in modules (written in C) that provide access to
1718
system functionality such as file I/O that would otherwise be

Doc/reference/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
#################################
66

77
This reference manual describes the syntax and core semantics of the
8-
language. It is terse, but attempts to be exact and complete. The semantics of
9-
built-in object types and of the built-in functions and modules
10-
are described in :ref:`builtins-index` and :ref:`library-index`.
8+
language. It is terse, but attempts to be exact and complete.
9+
10+
Elsewhere, the built-in object types and functions are described in
11+
:ref:`builtins-index`. Standard library modules are described in :ref:`library-index`.
12+
1113
For an informal introduction to the
1214
language, see :ref:`tutorial-index`. For C or C++ programmers, two additional
1315
manuals exist: :ref:`extending-index` describes the high-level picture of how to

0 commit comments

Comments
 (0)