[Python-checkins] cpython: Fix “allow(s) to”

martin.panter python-checkins at python.org
Mon Jun 20 04:33:32 EDT 2016


https://hg.python.org/cpython/rev/7dfcc93c5d79
changeset:   102108:7dfcc93c5d79
user:        Martin Panter <vadmium+py at gmail.com>
date:        Mon Jun 20 08:00:45 2016 +0000
summary:
  Fix “allow(s) to”

files:
  Doc/whatsnew/3.6.rst |  2 +-
  Misc/NEWS            |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -113,7 +113,7 @@
 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
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@
 -------
 
 - 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list