mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
the implementation uses ZipImportError, not ZipImporterError...
This commit is contained in:
parent
7c2ea7fa93
commit
26075a196c
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ has been altered during runtime.
|
||||||
|
|
||||||
The available attributes of this module are:
|
The available attributes of this module are:
|
||||||
|
|
||||||
\begin{excdesc}{ZipImporterError}
|
\begin{excdesc}{ZipImportError}
|
||||||
Exception raised by zipimporter objects. It's a subclass of
|
Exception raised by zipimporter objects. It's a subclass of
|
||||||
\exception{ImportError}, so it can be caught as \exception{ImportError},
|
\exception{ImportError}, so it can be caught as \exception{ImportError},
|
||||||
too.
|
too.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue