diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-18 15:21:26 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-18 15:21:26 (GMT) |
commit | 55fca54ebba109e37825aad683507a18fd4f48de (patch) | |
tree | 7d4c0d4a114f759308cd881d8552dea1522849b2 /Doc/libintro.tex | |
parent | 12918af83ee0f7b842a5806bf3f9c960fd4bd2d3 (diff) | |
download | cpython-55fca54ebba109e37825aad683507a18fd4f48de.zip cpython-55fca54ebba109e37825aad683507a18fd4f48de.tar.gz cpython-55fca54ebba109e37825aad683507a18fd4f48de.tar.bz2 |
Added \label{} for logical addressing.
Logical markup.
Diffstat (limited to 'Doc/libintro.tex')
-rw-r--r-- | Doc/libintro.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libintro.tex b/Doc/libintro.tex index 70d7478..cc0fd86 100644 --- a/Doc/libintro.tex +++ b/Doc/libintro.tex @@ -1,4 +1,5 @@ \chapter{Introduction} +\label{intro} The ``Python library'' contains several different kinds of components. @@ -11,7 +12,7 @@ syntactic properties like the spelling and priorities of operators.) The library also contains built-in functions and exceptions --- objects that can be used by all Python code without the need of an -\code{import} statement. Some of these are defined by the core +\keyword{import} statement. Some of these are defined by the core language, but many are not essential for the core semantics and are only described here. @@ -42,6 +43,6 @@ read it like a novel --- you can also browse the table of contents (in front of the manual), or look for a specific function, module or term in the index (in the back). And finally, if you enjoy learning about random subjects, you choose a random page number (see module -\code{rand}) and read a section or two. +\module{rand}) and read a section or two. Let the show begin! |