From 7154d382c30a671c327d0eebe54aded7fa3fbd49 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 17 Feb 1998 02:11:21 +0000 Subject: [PATCH] Update indexsubitem for file attributes correctly. --- Doc/lib/libtypes.tex | 4 +++- Doc/libtypes.tex | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libtypes.tex b/Doc/lib/libtypes.tex index 3d0c1a86a375..3f7536ef3aa9 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 3d0c1a86a375..3f7536ef3aa9 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. -- 2.47.3