diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-09 18:15:00 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-09 18:15:00 (GMT) |
commit | 6b35370c6531147b35f5de43d193c39c69995a67 (patch) | |
tree | 9d76b3990be3288bcbbbe59dbb232bd63c6fa8bd /Doc/lib/libchunk.tex | |
parent | 803a8ea47e79ba551296d04d94ab6fe3846bbbee (diff) | |
download | cpython-6b35370c6531147b35f5de43d193c39c69995a67.zip cpython-6b35370c6531147b35f5de43d193c39c69995a67.tar.gz cpython-6b35370c6531147b35f5de43d193c39c69995a67.tar.bz2 |
Update docs for bool changes by Guido around April 6
Diffstat (limited to 'Doc/lib/libchunk.tex')
-rw-r--r-- | Doc/lib/libchunk.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libchunk.tex b/Doc/lib/libchunk.tex index c580c77..8e2a494 100644 --- a/Doc/lib/libchunk.tex +++ b/Doc/lib/libchunk.tex @@ -78,7 +78,7 @@ The remaining methods will raise \exception{IOError} if called after the \method{close()} method has been called. \begin{methoddesc}{isatty}{} -Returns \code{0}. +Returns \code{False}. \end{methoddesc} \begin{methoddesc}{seek}{pos\optional{, whence}} |