diff options
| author | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-09 18:15:00 +0000 |
|---|---|---|
| committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-04-09 18:15:00 +0000 |
| commit | 6b35370c6531147b35f5de43d193c39c69995a67 (patch) | |
| tree | 9d76b3990be3288bcbbbe59dbb232bd63c6fa8bd /Doc/lib/libchunk.tex | |
| parent | 803a8ea47e79ba551296d04d94ab6fe3846bbbee (diff) | |
| download | cpython-git-6b35370c6531147b35f5de43d193c39c69995a67.tar.gz | |
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 c580c77268..8e2a4947f4 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}} |
