diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-29 12:10:28 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-29 12:10:28 (GMT) |
commit | 18db4876928f97b7ffbf42fc270bf4ec89a0bd22 (patch) | |
tree | 8bf12aca9bf472975ee82854a4f6f7765ca3d7a3 /Doc/whatsnew/whatsnew23.tex | |
parent | b37bcb59bc8fc0c5dff78832d5a47c8b0f5c8963 (diff) | |
download | cpython-18db4876928f97b7ffbf42fc270bf4ec89a0bd22.zip cpython-18db4876928f97b7ffbf42fc270bf4ec89a0bd22.tar.gz cpython-18db4876928f97b7ffbf42fc270bf4ec89a0bd22.tar.bz2 |
Make case of 'ZIP' consistent
Diffstat (limited to 'Doc/whatsnew/whatsnew23.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index e29ecdd..a122083 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -318,7 +318,7 @@ Hisao and Martin von~L\"owis.} %====================================================================== -\section{PEP 273: Importing Modules from Zip Archives} +\section{PEP 273: Importing Modules from ZIP Archives} The new \module{zipimport} module adds support for importing modules from a ZIP-format archive. You don't need to import the |