summaryrefslogtreecommitdiff
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libposix.tex1
-rw-r--r--Doc/lib/libstring.tex1
-rw-r--r--Doc/lib/libtypes.tex3
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