@@ -3,10 +3,10 @@ \chapter{Introduction}
33The `` Python library'' contains several different kinds of components.
44
55It contains data types that would normally be considered part of the
6- `` core'' of the language, such as numbers and lists. For these types,
7- the core language defines the form of literals and places some
8- constraints on their semantics, but it does not fully describe the
9- semantics. (On the other hand, the core of the language defines
6+ `` core'' of a language, such as numbers and lists. For these types,
7+ the Python language core defines the form of literals and places some
8+ constraints on their semantics, but does not fully define the
9+ semantics. (On the other hand, the language core does define
1010syntactic properties like the spelling and priorities of operators.)
1111
1212The library also contains built-in functions and exceptions ---
@@ -39,7 +39,7 @@ \chapter{Introduction}
3939overview of the available modules and application areas that are
4040supported by the Python library. Of course, you don't \emph {have } to
4141read it like a novel --- you can also browse the table of contents (in
42- front of the manual) or look for a specific function, module or term
42+ front of the manual), or look for a specific function, module or term
4343in the index (in the back). And finally, if you enjoy learning about
4444random subjects, you choose a random page number (see module
4545\code {rand}) and read a section or two.
0 commit comments