diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-07 22:06:41 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-07 22:06:41 +0000 |
commit | 8e729ec31a391237e6a7182655f9bbaef0634e3e (patch) | |
tree | f8ae489b4dc2fad135fae15c52ca0e5558765628 /Doc/lib | |
parent | 5ab5503b8afeb5c2712d65aa7977ddd6247c1b39 (diff) | |
download | cpython-git-8e729ec31a391237e6a7182655f9bbaef0634e3e.tar.gz |
Caught a few more spurious \setindexsubitem macros....
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libposix.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libstring.tex | 1 | ||||
-rw-r--r-- | Doc/lib/libtypes.tex | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/Doc/lib/libposix.tex b/Doc/lib/libposix.tex index a148e7fedf..bccc283eb3 100644 --- a/Doc/lib/libposix.tex +++ b/Doc/lib/libposix.tex @@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise Module \module{posix} defines the following data items: -\setindexsubitem{(data in module posix)} \begin{datadesc}{environ} A dictionary representing the string environment at the time the interpreter was started. diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 6df547ecca..3939229684 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -9,7 +9,6 @@ expressions. The constants defined in this module are are: -\setindexsubitem{(data in module string)} \begin{datadesc}{digits} The string \code{'0123456789'}. \end{datadesc} diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index d5a44037fd..117cce6052 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value. \method{writelines()} does not add line separators.) \end{methoddesc} -File objects also offer the following attributes: -\setindexsubitem{(file attribute)} +File objects also offer the following attributes: \begin{memberdesc}[file]{closed} Boolean indicating the current state of the file object. This is a |