Thanks to visit codestin.com Credit goes to github.com
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 3008b1c commit 288ed03Copy full SHA for 288ed03
1 file changed
Doc/whatsnew/3.6.rst
@@ -144,7 +144,7 @@ zipfile
144
-------
145
146
A new :meth:`ZipInfo.from_file() <zipfile.ZipInfo.from_file>` class method
147
-allow to make :class:`~zipfile.ZipInfo` instance from a filesystem file.
+allows making a :class:`~zipfile.ZipInfo` instance from a filesystem file.
148
A new :meth:`ZipInfo.is_dir() <zipfile.ZipInfo.is_dir>` method can be used
149
to check if the :class:`~zipfile.ZipInfo` instance represents a directory.
150
(Contributed by Thomas Kluyver in :issue:`26039`.)
0 commit comments