diff options
author | Thomas Heller <theller@ctypes.org> | 2002-01-14 08:37:39 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2002-01-14 08:37:39 (GMT) |
commit | 3d62f8ca35437e478b819a90a3d6ee0629f43fee (patch) | |
tree | 5bec7c6143c2c3e783c9b531e627881ac266b387 /Doc/lib | |
parent | 32d1a3b1c9bbdff0e449ac6e47d289714e1a1292 (diff) | |
download | cpython-3d62f8ca35437e478b819a90a3d6ee0629f43fee.zip cpython-3d62f8ca35437e478b819a90a3d6ee0629f43fee.tar.gz cpython-3d62f8ca35437e478b819a90a3d6ee0629f43fee.tar.bz2 |
Fix a simple typo. Has this to be fixed also in other branches?
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libzipfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index af8ebe8..74dc942 100644 --- a/Doc/lib/libzipfile.tex +++ b/Doc/lib/libzipfile.tex @@ -97,7 +97,7 @@ cat myzip.zip >> python.exe the archive, and should be \constant{ZIP_STORED} or \constant{ZIP_DEFLATED}; unrecognized values will cause \exception{RuntimeError} to be raised. If \constant{ZIP_DEFLATED} - is specified but the \refmodule{zlib} module is not avaialble, + is specified but the \refmodule{zlib} module is not available, \exception{RuntimeError} is also raised. The default is \constant{ZIP_STORED}. \end{classdesc} |