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/libzipfile.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/libzipfile.tex')
-rw-r--r-- | Doc/lib/libzipfile.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 74dc942..a6430cb 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -48,8 +48,8 @@ The available attributes of this module are: \end{classdesc} \begin{funcdesc}{is_zipfile}{filename} - Returns true if \var{filename} is a valid ZIP file based on its magic - number, otherwise returns false. This module does not currently + Returns \code{True} if \var{filename} is a valid ZIP file based on its magic + number, otherwise returns \code{False}. This module does not currently handle ZIP files which have appended comments. \end{funcdesc} |