Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 288ed03

Browse files
committed
Issue #26304: Additional “allows to” fix specific to 3.6
1 parent 3008b1c commit 288ed03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ zipfile
144144
-------
145145

146146
A new :meth:`ZipInfo.from_file() <zipfile.ZipInfo.from_file>` class method
147-
allow to make :class:`~zipfile.ZipInfo` instance from a filesystem file.
147+
allows making a :class:`~zipfile.ZipInfo` instance from a filesystem file.
148148
A new :meth:`ZipInfo.is_dir() <zipfile.ZipInfo.is_dir>` method can be used
149149
to check if the :class:`~zipfile.ZipInfo` instance represents a directory.
150150
(Contributed by Thomas Kluyver in :issue:`26039`.)

0 commit comments

Comments
 (0)