diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 05:56:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 05:56:51 (GMT) |
commit | d275de985ad891f7e06d3055e4e6b30cf6fa5167 (patch) | |
tree | a0cf0d021a57281b68b3cd5dd3e9e23573d9d350 /Doc/libtoken.tex | |
parent | 4bde97f190f2c0f75c781074138bbf0f2876646f (diff) | |
download | cpython-d275de985ad891f7e06d3055e4e6b30cf6fa5167.zip cpython-d275de985ad891f7e06d3055e4e6b30cf6fa5167.tar.gz cpython-d275de985ad891f7e06d3055e4e6b30cf6fa5167.tar.bz2 |
Remove obsolete lines like this:
\setindexsubitem{(in module frobnitz)}
These are no longer needed when present before any other \setindexsubitem{}
in the module section. The indexsubitem is now set by \bimodindex and
\stmodindex.
Diffstat (limited to 'Doc/libtoken.tex')
-rw-r--r-- | Doc/libtoken.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/libtoken.tex b/Doc/libtoken.tex index 816abc7..deec2c6 100644 --- a/Doc/libtoken.tex +++ b/Doc/libtoken.tex @@ -12,7 +12,6 @@ versions. This module also provides one data object and some functions. The functions mirror definitions in the Python C header files. -\setindexsubitem{(in module token)} \begin{datadesc}{tok_name} |