Skip to content

Commit 6fb4f1b

Browse files
committed
Use "which"
1 parent bc0bdb8 commit 6fb4f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/zipfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ 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 either signed (beginning
598+
record stored after an entry's data, which can be either signed (beginning
599599
with a magic signature) or unsigned, and is mandatory for an archive written
600600
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

0 commit comments

Comments
 (0)