[Python-checkins] r45802 - python/trunk/Doc/whatsnew/whatsnew23.tex

andrew.kuchling python-checkins at python.org
Sat Apr 29 14:10:30 CEST 2006


Author: andrew.kuchling
Date: Sat Apr 29 14:10:28 2006
New Revision: 45802

Modified:
   python/trunk/Doc/whatsnew/whatsnew23.tex
Log:
Make case of 'ZIP' consistent

Modified: python/trunk/Doc/whatsnew/whatsnew23.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew23.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew23.tex	Sat Apr 29 14:10:28 2006
@@ -318,7 +318,7 @@
 
 
 %======================================================================
-\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


More information about the Python-checkins mailing list