the implementation uses ZipImportError, not ZipImporterError...
This commit is contained in:
parent
7c2ea7fa93
commit
26075a196c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue