diff options
-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. |