diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-17 02:11:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-17 02:11:21 (GMT) |
commit | 7154d382c30a671c327d0eebe54aded7fa3fbd49 (patch) | |
tree | ca6a43a0f04d3f8cffe1ccf39e04db135de96717 | |
parent | a200faac55712cd65c5cb54bac7c258323558127 (diff) | |
download | cpython-7154d382c30a671c327d0eebe54aded7fa3fbd49.zip cpython-7154d382c30a671c327d0eebe54aded7fa3fbd49.tar.gz cpython-7154d382c30a671c327d0eebe54aded7fa3fbd49.tar.bz2 |
Update indexsubitem for file attributes correctly.
-rw-r--r-- | Doc/lib/libtypes.tex | 4 | ||||
-rw-r--r-- | Doc/libtypes.tex | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 3d0c1a8..3f7536e 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 3d0c1a8..3f7536e 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. |