Skip to content

Commit df1d31c

Browse files
committed
Fix “allow(s) to”
1 parent 590dcab commit df1d31c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ See :pep:`498` and the main documentation at :ref:`f-strings`.
113113
PYTHONMALLOC environment variable
114114
---------------------------------
115115

116-
The new :envvar:`PYTHONMALLOC` environment variable allows to set the Python
116+
The new :envvar:`PYTHONMALLOC` environment variable allows setting the Python
117117
memory allocators and/or install debug hooks.
118118

119119
It is now possible to install debug hooks on Python memory allocators on Python

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Library
1111
-------
1212

1313
- Issue #27319: Methods selection_set(), selection_add(), selection_remove()
14-
and selection_toggle() of ttk.TreeView now allow to pass multiple items as
14+
and selection_toggle() of ttk.TreeView now allow passing multiple items as
1515
multiple arguments instead of passing them as a tuple. Deprecated
1616
undocumented ability of calling the selection() method with arguments.
1717

0 commit comments

Comments
 (0)