Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c974db

Browse files
committed
Split UserDict and UserList on two separate lines; added entries for
modules symbol and token.
1 parent ee833cc commit 1c974db

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

Doc/lib/libpython.tex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ \chapter{Python Services}
1212
\item[types]
1313
--- Names for all built-in types.
1414

15-
\item[UserDict, UserList]
15+
\item[UserDict]
16+
\item[UserList]
1617
--- Class wrappers for dictionary and list objects.
1718

1819
\item[operator]
@@ -47,6 +48,12 @@ \chapter{Python Services}
4748
--- Retrieve and submit parse trees from and to the runtime support
4849
environment.
4950

51+
\item[symbol]
52+
--- Constants representing internal nodes of the parse tree.
53+
54+
\item[token]
55+
--- Constants representing terminal nodes of the parse tree.
56+
5057
\item[keyword]
5158
--- Test whether a string is a keyword in the Python language.
5259

Doc/libpython.tex

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ \chapter{Python Services}
1212
\item[types]
1313
--- Names for all built-in types.
1414

15-
\item[UserDict, UserList]
15+
\item[UserDict]
16+
\item[UserList]
1617
--- Class wrappers for dictionary and list objects.
1718

1819
\item[operator]
@@ -47,6 +48,12 @@ \chapter{Python Services}
4748
--- Retrieve and submit parse trees from and to the runtime support
4849
environment.
4950

51+
\item[symbol]
52+
--- Constants representing internal nodes of the parse tree.
53+
54+
\item[token]
55+
--- Constants representing terminal nodes of the parse tree.
56+
5057
\item[keyword]
5158
--- Test whether a string is a keyword in the Python language.
5259

0 commit comments

Comments
 (0)