]> granicus.if.org Git - python/commitdiff
Fix “allow(s) to”
authorMartin Panter <vadmium+py@gmail.com>
Mon, 20 Jun 2016 08:00:45 +0000 (08:00 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Mon, 20 Jun 2016 08:00:45 +0000 (08:00 +0000)
Doc/whatsnew/3.6.rst
Misc/NEWS

index e7e01a632f46adfed56bba8b94c4748c1fc13480..9a2191237b4505f78eeec14c0633704d427f0c78 100644 (file)
@@ -113,7 +113,7 @@ See :pep:`498` and the main documentation at :ref:`f-strings`.
 PYTHONMALLOC environment variable
 ---------------------------------
 
-The new :envvar:`PYTHONMALLOC` environment variable allows to set the Python
+The new :envvar:`PYTHONMALLOC` environment variable allows setting the Python
 memory allocators and/or install debug hooks.
 
 It is now possible to install debug hooks on Python memory allocators on Python
index c89e85dee68c0435aabebb6e0d410ce99bf733c2..7855d3de8c3120bf95b30f20094d679d3ea45fc8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@ Library
 -------
 
 - Issue #27319: Methods selection_set(), selection_add(), selection_remove()
-  and selection_toggle() of ttk.TreeView now allow to pass multiple items as
+  and selection_toggle() of ttk.TreeView now allow passing multiple items as
   multiple arguments instead of passing them as a tuple.  Deprecated
   undocumented ability of calling the selection() method with arguments.