From 18db4876928f97b7ffbf42fc270bf4ec89a0bd22 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 29 Apr 2006 12:10:28 +0000 Subject: [PATCH] Make case of 'ZIP' consistent --- Doc/whatsnew/whatsnew23.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index e29ecdd21f..a12208384a 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 -- 2.50.1