Commit 2e3769dd authored by Fred Drake's avatar Fred Drake

Caught a few more spurious \setindexsubitem macros....

parent fb3f5498
...@@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise ...@@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise
Module \module{posix} defines the following data items: Module \module{posix} defines the following data items:
\setindexsubitem{(data in module posix)}
\begin{datadesc}{environ} \begin{datadesc}{environ}
A dictionary representing the string environment at the time A dictionary representing the string environment at the time
the interpreter was started. the interpreter was started.
......
...@@ -9,7 +9,6 @@ expressions. ...@@ -9,7 +9,6 @@ expressions.
The constants defined in this module are are: The constants defined in this module are are:
\setindexsubitem{(data in module string)}
\begin{datadesc}{digits} \begin{datadesc}{digits}
The string \code{'0123456789'}. The string \code{'0123456789'}.
\end{datadesc} \end{datadesc}
......
...@@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value. ...@@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value.
\method{writelines()} does not add line separators.) \method{writelines()} does not add line separators.)
\end{methoddesc} \end{methoddesc}
File objects also offer the following attributes:
\setindexsubitem{(file attribute)} File objects also offer the following attributes:
\begin{memberdesc}[file]{closed} \begin{memberdesc}[file]{closed}
Boolean indicating the current state of the file object. This is a Boolean indicating the current state of the file object. This is a
......
...@@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing ...@@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing
to other applications, for instance. to other applications, for instance.
\end{memberdesc} \end{memberdesc}
\setindexsubitem{(FSSpec object method)}
\begin{methoddesc}[FSSpec]{as_pathname}{} \begin{methoddesc}[FSSpec]{as_pathname}{}
Return the full pathname of the file described by the \pytype{FSSpec} Return the full pathname of the file described by the \pytype{FSSpec}
object. object.
......
...@@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise ...@@ -28,7 +28,6 @@ for type errors, while errors reported by the system calls raise
Module \module{posix} defines the following data items: Module \module{posix} defines the following data items:
\setindexsubitem{(data in module posix)}
\begin{datadesc}{environ} \begin{datadesc}{environ}
A dictionary representing the string environment at the time A dictionary representing the string environment at the time
the interpreter was started. the interpreter was started.
......
...@@ -9,7 +9,6 @@ expressions. ...@@ -9,7 +9,6 @@ expressions.
The constants defined in this module are are: The constants defined in this module are are:
\setindexsubitem{(data in module string)}
\begin{datadesc}{digits} \begin{datadesc}{digits}
The string \code{'0123456789'}. The string \code{'0123456789'}.
\end{datadesc} \end{datadesc}
......
...@@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value. ...@@ -802,9 +802,8 @@ Write a list of strings to the file. There is no return value.
\method{writelines()} does not add line separators.) \method{writelines()} does not add line separators.)
\end{methoddesc} \end{methoddesc}
File objects also offer the following attributes:
\setindexsubitem{(file attribute)} File objects also offer the following attributes:
\begin{memberdesc}[file]{closed} \begin{memberdesc}[file]{closed}
Boolean indicating the current state of the file object. This is a Boolean indicating the current state of the file object. This is a
......
...@@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing ...@@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing
to other applications, for instance. to other applications, for instance.
\end{memberdesc} \end{memberdesc}
\setindexsubitem{(FSSpec object method)}
\begin{methoddesc}[FSSpec]{as_pathname}{} \begin{methoddesc}[FSSpec]{as_pathname}{}
Return the full pathname of the file described by the \pytype{FSSpec} Return the full pathname of the file described by the \pytype{FSSpec}
object. object.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment