the implementation uses ZipImportError, not ZipImporterError...
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 15 Jan 2006 14:59:55 +0000 (14:59 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 15 Jan 2006 14:59:55 +0000 (14:59 +0000)
Doc/lib/libzipimport.tex

index 94553107feff0e3c042cb108c65bd270cb1c232d..0a60b29eb4a4f8464377780d988b0f2a3645e1ed 100644 (file)
@@ -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.