From: Fredrik Lundh Date: Sun, 15 Jan 2006 14:59:55 +0000 (+0000) Subject: the implementation uses ZipImportError, not ZipImporterError... X-Git-Tag: v2.5a0~818 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26075a196cdec8fa90405b12bdf750ec054686fe;p=thirdparty%2FPython%2Fcpython.git the implementation uses ZipImportError, not ZipImporterError... --- diff --git a/Doc/lib/libzipimport.tex b/Doc/lib/libzipimport.tex index 94553107feff..0a60b29eb4a4 100644 --- a/Doc/lib/libzipimport.tex +++ b/Doc/lib/libzipimport.tex @@ -36,7 +36,7 @@ has been altered during runtime. The available attributes of this module are: -\begin{excdesc}{ZipImporterError} +\begin{excdesc}{ZipImportError} Exception raised by zipimporter objects. It's a subclass of \exception{ImportError}, so it can be caught as \exception{ImportError}, too.