Caught a few more spurious \setindexsubitem macros....
This commit is contained in:
parent
5ab5503b8a
commit
8e729ec31a
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing
|
|||
to other applications, for instance.
|
||||
\end{memberdesc}
|
||||
|
||||
\setindexsubitem{(FSSpec object method)}
|
||||
\begin{methoddesc}[FSSpec]{as_pathname}{}
|
||||
Return the full pathname of the file described by the \pytype{FSSpec}
|
||||
object.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -114,7 +114,6 @@ The raw data from the FSSpec object, suitable for passing
|
|||
to other applications, for instance.
|
||||
\end{memberdesc}
|
||||
|
||||
\setindexsubitem{(FSSpec object method)}
|
||||
\begin{methoddesc}[FSSpec]{as_pathname}{}
|
||||
Return the full pathname of the file described by the \pytype{FSSpec}
|
||||
object.
|
||||
|
|
Loading…
Reference in New Issue