commit | ae2d8320a5aa46eaae78db5abd1e3fec38e68f08 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Thu Oct 28 13:49:17 2010 +0000 |
committer | Éric Araujo <merwok@netwok.org> | Thu Oct 28 13:49:17 2010 +0000 |
tree | 1ea8b28ff0a03c562a2f93aeb2aac23e53134504 | |
parent | 5bc168600aa6132577c47ce22f48c5e6c5d7325c [diff] |
Fix typo from r85874
diff --git a/Lib/zipfile.py b/Lib/zipfile.py index bb3d4a2..a51dd21 100644 --- a/Lib/zipfile.py +++ b/Lib/zipfile.py
@@ -181,7 +181,7 @@ return endrec if diskno != 0 or disks != 1: - raise BadZipZile("zipfiles that span multiple disks are not supported") + raise BadZipFile("zipfiles that span multiple disks are not supported") # Assume no 'zip64 extensible data' fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)