diff options
| author | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-15 14:59:55 +0000 |
|---|---|---|
| committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-15 14:59:55 +0000 |
| commit | 26075a196cdec8fa90405b12bdf750ec054686fe (patch) | |
| tree | e92429269debf215c39a3d8844b613799db9c5a1 /Doc/lib/libzipimport.tex | |
| parent | 7c2ea7fa9351f6543bdf791e26cac5f8bb61e7d7 (diff) | |
| download | cpython-git-26075a196cdec8fa90405b12bdf750ec054686fe.tar.gz | |
the implementation uses ZipImportError, not ZipImporterError...
Diffstat (limited to 'Doc/lib/libzipimport.tex')
| -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 94553107fe..0a60b29eb4 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. |
