]> granicus.if.org Git - python/commitdiff
Issue #26304: Additional “allows to” fix specific to 3.6
authorMartin Panter <vadmium+py@gmail.com>
Wed, 10 Feb 2016 05:45:55 +0000 (05:45 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 10 Feb 2016 05:45:55 +0000 (05:45 +0000)
Doc/whatsnew/3.6.rst

index 3822d015bb8ecc41d7103347a5c9d07a490879fd..bc5e55027521f946a0d4430eb8a406b118286d56 100644 (file)
@@ -144,7 +144,7 @@ zipfile
 -------
 
 A new :meth:`ZipInfo.from_file() <zipfile.ZipInfo.from_file>` class method
-allow to make :class:`~zipfile.ZipInfo` instance from a filesystem file.
+allows making a :class:`~zipfile.ZipInfo` instance from a filesystem file.
 A new :meth:`ZipInfo.is_dir() <zipfile.ZipInfo.is_dir>` method can be used
 to check if the :class:`~zipfile.ZipInfo` instance represents a directory.
 (Contributed by Thomas Kluyver in :issue:`26039`.)