diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-15 14:59:55 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-15 14:59:55 (GMT) |
commit | 26075a196cdec8fa90405b12bdf750ec054686fe (patch) | |
tree | e92429269debf215c39a3d8844b613799db9c5a1 | |
parent | 7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7 (diff) | |
download | cpython-26075a196cdec8fa90405b12bdf750ec054686fe.zip cpython-26075a196cdec8fa90405b12bdf750ec054686fe.tar.gz cpython-26075a196cdec8fa90405b12bdf750ec054686fe.tar.bz2 |
the implementation uses ZipImportError, not ZipImporterError...
-rw-r--r-- | Doc/lib/libzipimport.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libzipimport.tex b/Doc/lib/libzipimport.tex index 9455310..0a60b29 100644 --- 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}{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. |