Fix typo from r85874

This commit is contained in:
Éric Araujo 2010-10-28 13:49:17 +00:00
parent 5bc168600a
commit ae2d8320a5
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ def _EndRecData64(fpin, offset, endrec):
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)