projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2ea7f
)
the implementation uses ZipImportError, not ZipImporterError...
author
Fredrik Lundh
<fredrik@pythonware.com>
Sun, 15 Jan 2006 14:59:55 +0000
(14:59 +0000)
committer
Fredrik Lundh
<fredrik@pythonware.com>
Sun, 15 Jan 2006 14:59:55 +0000
(14:59 +0000)
Doc/lib/libzipimport.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libzipimport.tex
b/Doc/lib/libzipimport.tex
index 94553107feff0e3c042cb108c65bd270cb1c232d..0a60b29eb4a4f8464377780d988b0f2a3645e1ed 100644
(file)
--- 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}{ZipImport
er
Error}
+\begin{excdesc}{ZipImportError}
Exception raised by zipimporter objects. It's a subclass of
\exception{ImportError}, so it can be caught as \exception{ImportError},
too.