mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix a simple typo. Has this to be fixed also in other branches?
This commit is contained in:
parent
32d1a3b1c9
commit
3d62f8ca35
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue