]> granicus.if.org Git - python/commitdiff
Update indexsubitem for file attributes correctly.
authorFred Drake <fdrake@acm.org>
Tue, 17 Feb 1998 02:11:21 +0000 (02:11 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Feb 1998 02:11:21 +0000 (02:11 +0000)
Doc/lib/libtypes.tex
Doc/libtypes.tex

index 3d0c1a86a375b6dbe6195f3a32267af88f545d0e..3f7536ef3aa98ae11c352c1b87cc3771f053ea76 100644 (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.
index 3d0c1a86a375b6dbe6195f3a32267af88f545d0e..3f7536ef3aa98ae11c352c1b87cc3771f053ea76 100644 (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.