Skip to content
Merged

Fix typos #124409

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Restore printout of GC stats when ``gc.set_debug(gc.DEBUG_STATS)`` is
called. This featue was accidentally removed when implementing incremental
called. This feature was accidentally removed when implementing incremental
GC.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:meth:`xml.etree.ElementTree.Element.extend` and
:class:`~xml.etree.ElementTree.Element` assignment no longer hide the internal
exception if an erronous generator is passed. Patch by Bar Harel.
exception if an erroneous generator is passed. Patch by Bar Harel.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix :class:`unittest.mock.MagicMock` reseting magic methods return values
Fix :class:`unittest.mock.MagicMock` resetting magic methods return values
after ``.reset_mock(return_value=True)`` was called.
Loading