Skip to content

Commit 0ef2bd8

Browse files
committed
address merwok's comments
1 parent 016ce6b commit 0ef2bd8

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
@@ -5,9 +5,9 @@ Introduction
55
************
66

77
The Python standard library consists of a collection of modules. There are
8-
many ways to dissect this collection. Some modules are written in C and compiled
9-
into the Python interpreter; others are written in Python and imported in
10-
source form. Some modules provide interfaces that are highly specific to
8+
many ways to dissect this collection. Most modules are written in Python,
9+
but some are written in C. All can be imported into your program to add
10+
functionality. Some modules provide interfaces that are highly specific to
1111
Python, like printing a stack trace; some provide interfaces that are specific
1212
to particular operating systems, such as access to specific hardware; others
1313
provide interfaces that are specific to a particular application domain, like
@@ -25,7 +25,7 @@ function, module or term in the index (in the back). And finally, if you enjoy
2525
learning about random subjects, you choose a random page
2626
and read a section or two. Regardless of the order in which you
2727
read the sections of this manual, it helps to first read
28-
:ref:`built-in-funcs` in :ref:`builtins-index`, as the remainder of this section
28+
:ref:`built-in-funcs`, as the remainder of this section
2929
assumes familiarity with this material.
3030

3131
.. seealso::

0 commit comments

Comments
 (0)