From 26075a196cdec8fa90405b12bdf750ec054686fe Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Sun, 15 Jan 2006 14:59:55 +0000 Subject: the implementation uses ZipImportError, not ZipImporterError... --- Doc/lib/libzipimport.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12