mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Fix typos in warnings, docstrings, comments and text files (#123597)
This commit is contained in:
parent
33b790978d
commit
1f4a49ea53
8 changed files with 8 additions and 8 deletions
|
@ -523,7 +523,7 @@ def _read_directory(archive):
|
|||
|
||||
# N.b. Here be dragons: the ordering of these is different than
|
||||
# the header fields, and it's really easy to get it wrong since
|
||||
# naturally-occuring zips that use all 3 are >4GB
|
||||
# naturally-occurring zips that use all 3 are >4GB
|
||||
if file_size == MAX_UINT32:
|
||||
file_size = values.pop(0)
|
||||
if data_size == MAX_UINT32:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue