the implementation uses ZipImportError, not ZipImporterError...

This commit is contained in:
Fredrik Lundh 2006-01-15 14:59:55 +00:00
parent 7c2ea7fa93
commit 26075a196c
1 changed files with 1 additions and 1 deletions

View 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.