We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0bdb8 commit 6fb4f1bCopy full SHA for 6fb4f1b
1 file changed
Doc/library/zipfile.rst
@@ -595,7 +595,7 @@ ZipFile objects
595
596
When scanning, *strict_descriptor* controls how entries written with an
597
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
+ record stored after an entry's data, which 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
601
`PKZIP Application Note`_ since version 6.3.0 (released in 2006) and are
0 commit comments