diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-03 07:10:41 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-03 07:10:41 (GMT) |
commit | 395e8e4860ccbb896481dabf6bc885d157679e2c (patch) | |
tree | 3cf04e979cd25ebf0cdb0b2888cad55f27ca017c /Doc/lib/libpython.tex | |
parent | 7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc (diff) | |
download | cpython-395e8e4860ccbb896481dabf6bc885d157679e2c.zip cpython-395e8e4860ccbb896481dabf6bc885d157679e2c.tar.gz cpython-395e8e4860ccbb896481dabf6bc885d157679e2c.tar.bz2 |
Capitalize "Python" for consistency.
Describe UserDict and UserList individually so they aren't too hideous in
the presentation.
Diffstat (limited to 'Doc/lib/libpython.tex')
-rw-r--r-- | Doc/lib/libpython.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 777e48e..2b03e97 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/libpython.tex @@ -14,11 +14,13 @@ environment. Here's an overview: --- Names for all built-in types. \item[UserDict] +--- Class wrapper for dictionary objects. + \item[UserList] ---- Class wrappers for dictionary and list objects. +--- Class wrapper for list objects. \item[operator] ---- All python's standard operators as built-in functions. +--- All Python's standard operators as built-in functions. \item[traceback] --- Print or retrieve a stack traceback. |