Skip to content

Commit

Permalink
Fix “allow(s) to”
Browse files Browse the repository at this point in the history
  • Loading branch information
vadmium committed Jun 20, 2016
1 parent 590dcab commit df1d31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit df1d31c

Please sign in to comment.