Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae2d832

Browse files
committed
Fix typo from r85874
1 parent 5bc1686 commit ae2d832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/zipfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def _EndRecData64(fpin, offset, endrec):
181181
return endrec
182182

183183
if diskno != 0 or disks != 1:
184-
raise BadZipZile("zipfiles that span multiple disks are not supported")
184+
raise BadZipFile("zipfiles that span multiple disks are not supported")
185185

186186
# Assume no 'zip64 extensible data'
187187
fpin.seek(offset - sizeEndCentDir64Locator - sizeEndCentDir64, 2)

0 commit comments

Comments
 (0)