From e60d3737ded2ec70bc291cd1cae5b5890866b6bd Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 15 Jan 2002 04:48:43 +0000 Subject: Merge in Thomas Heller's typo fix from revision 1.13. --- Doc/lib/libzipfile.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libzipfile.tex b/Doc/lib/libzipfile.tex index 8225cfb..628dfe5 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} -- cgit v0.12