summaryrefslogtreecommitdiffstats
path: root/Doc/libpython.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-03 07:10:41 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-03 07:10:41 (GMT)
commit395e8e4860ccbb896481dabf6bc885d157679e2c (patch)
tree3cf04e979cd25ebf0cdb0b2888cad55f27ca017c /Doc/libpython.tex
parent7932a6bf8cf6f997e0dfc9a66dcfe6422cd193dc (diff)
downloadcpython-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/libpython.tex')
-rw-r--r--Doc/libpython.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/libpython.tex b/Doc/libpython.tex
index 777e48e..2b03e97 100644
--- a/Doc/libpython.tex
+++ b/Doc/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.