summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpython.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libpython.tex')
-rw-r--r--Doc/lib/libpython.tex9
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex
index 1c9c6d5..bf71da2 100644
--- a/Doc/lib/libpython.tex
+++ b/Doc/lib/libpython.tex
@@ -12,7 +12,8 @@ environment. Here's an overview:
\item[types]
--- Names for all built-in types.
-\item[UserDict, UserList]
+\item[UserDict]
+\item[UserList]
--- Class wrappers for dictionary and list objects.
\item[operator]
@@ -47,6 +48,12 @@ different constraints).
--- Retrieve and submit parse trees from and to the runtime support
environment.
+\item[symbol]
+--- Constants representing internal nodes of the parse tree.
+
+\item[token]
+--- Constants representing terminal nodes of the parse tree.
+
\item[keyword]
--- Test whether a string is a keyword in the Python language.