mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typos (#123775)
This commit is contained in:
parent
df4f0cbfad
commit
9017b95ff2
43 changed files with 59 additions and 59 deletions
|
@ -897,7 +897,7 @@ class UncompressedZipImportTestCase(ImportHooksBaseTestCase):
|
|||
"to run"
|
||||
)
|
||||
|
||||
# N.B.: We do alot of gymnastics below in the ZIP_STORED case to save
|
||||
# N.B.: We do a lot of gymnastics below in the ZIP_STORED case to save
|
||||
# and reconstruct a sparse zip on systems that support sparse files.
|
||||
# Instead of creating a ~8GB zip file mainly consisting of null bytes
|
||||
# for every run of the test, we create the zip once and save off the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue