From 26075a196cdec8fa90405b12bdf750ec054686fe Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Sun, 15 Jan 2006 14:59:55 +0000 Subject: [PATCH] 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 94553107feff..0a60b29eb4a4 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. -- 2.47.3