Skip to content

Commit 93db94a

Browse files
committed
Revise doc for repack
1 parent 9e82bb7 commit 93db94a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/zipfile.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,9 +556,9 @@ ZipFile Objects
556556
When scanning, setting ``strict_descriptor=True`` disables detection of any
557557
entry using an unsigned data descriptor (a format deprecated by the ZIP
558558
specification since version 6.3.0, released on 2006-09-29, and used only by
559-
some legacy tools), which is significantly slower to scan (around 100 to
560-
1000 times). This does not affect performance on entries without such
561-
feature.
559+
some legacy tools), which is significantly slower to scanaround 100 to
560+
1000 times in the worst case. This does not affect performance on entries
561+
without such feature.
562562

563563
*chunk_size* may be specified to control the buffer size when moving
564564
entry data (default is 1 MiB).

0 commit comments

Comments
 (0)