Skip to content

Commit bc0bdb8

Browse files
committed
Add "either"
1 parent 0e1a2b6 commit bc0bdb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/zipfile.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,9 +595,9 @@ ZipFile objects
595595

596596
When scanning, *strict_descriptor* controls how entries written with an
597597
unsigned *data descriptor* are handled. A data descriptor is an optional
598-
record stored after an entry's data that can be signed (beginning with a
599-
magic signature) or unsigned, and is mandatory for an archive written to a
600-
non-seekable stream. Unsigned descriptors have been deprecated by the
598+
record stored after an entry's data that can be either signed (beginning
599+
with a magic signature) or unsigned, and is mandatory for an archive written
600+
to a non-seekable stream. Unsigned descriptors have been deprecated by the
601601
`PKZIP Application Note`_ since version 6.3.0 (released in 2006) and are
602602
rarely produced by modern tools.
603603

0 commit comments

Comments
 (0)