From: Fred Drake Date: Tue, 17 Feb 1998 02:11:21 +0000 (+0000) Subject: Update indexsubitem for file attributes correctly. X-Git-Tag: v1.5.1~725 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7154d382c30a671c327d0eebe54aded7fa3fbd49;p=python Update indexsubitem for file attributes correctly. --- diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 3d0c1a86a3..3f7536ef3a 100644 --- a/Doc/lib/libtypes.tex +++ b/Doc/lib/libtypes.tex @@ -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. diff --git a/Doc/libtypes.tex b/Doc/libtypes.tex index 3d0c1a86a3..3f7536ef3a 100644 --- a/Doc/libtypes.tex +++ b/Doc/libtypes.tex @@ -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.