]> granicus.if.org Git - python/commitdiff
the implementation uses ZipImportError, not ZipImporterError...
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 15 Jan 2006 15:00:40 +0000 (15:00 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 15 Jan 2006 15:00:40 +0000 (15:00 +0000)
Modules/zipimport.c

index b2b2e3b9f84158397fd2c0c594bf5e3e9d962e8b..937b0f733a9f566f01c33e3eb1af84decf4878b0 100644 (file)
@@ -1132,7 +1132,7 @@ PyDoc_STRVAR(zipimport_doc,
 \n\
 This module exports three objects:\n\
 - zipimporter: a class; its constructor takes a path to a Zip archive.\n\
-- ZipImporterError: exception raised by zipimporter objects. It's a\n\
+- ZipImportError: exception raised by zipimporter objects. It's a\n\
   subclass of ImportError, so it can be caught as ImportError, too.\n\
 - _zip_directory_cache: a dict, mapping archive paths to zip directory\n\
   info dicts, as used in zipimporter._files.\n\