File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ See :pep:`498` and the main documentation at :ref:`f-strings`.
113113PYTHONMALLOC 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
117117memory allocators and/or install debug hooks.
118118
119119It is now possible to install debug hooks on Python memory allocators on Python
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments