Update indexsubitem for file attributes correctly.

This commit is contained in:
Fred Drake 1998-02-17 02:11:21 +00:00
parent a200faac55
commit 7154d382c3
2 changed files with 6 additions and 2 deletions

View File

@ -24,8 +24,8 @@ The following values are considered false:
\indexii{Boolean}{operations}
\index{false}
\begin{itemize}
\setindexsubitem{(Built-in object)}
\begin{itemize}
\item \code{None}
\ttindex{None}
@ -779,6 +779,8 @@ does not add line separators.)
File objects also offer the following attributes:
\setindexsubitem{(file attribute)}
\begin{datadesc}{closed}
Boolean indicating the current state of the file object. This is a
read-only attribute; the \method{close()} method changes the value.

View File

@ -24,8 +24,8 @@ The following values are considered false:
\indexii{Boolean}{operations}
\index{false}
\begin{itemize}
\setindexsubitem{(Built-in object)}
\begin{itemize}
\item \code{None}
\ttindex{None}
@ -779,6 +779,8 @@ does not add line separators.)
File objects also offer the following attributes:
\setindexsubitem{(file attribute)}
\begin{datadesc}{closed}
Boolean indicating the current state of the file object. This is a
read-only attribute; the \method{close()} method changes the value.