Update docs for bool changes by Guido around April 6

This commit is contained in:
Neal Norwitz 2002-04-09 18:15:00 +00:00
parent 803a8ea47e
commit 6b35370c65
6 changed files with 16 additions and 16 deletions

View file

@ -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}}