Skip to content

Commit

Permalink
Fix typos (#124409)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb authored Sep 24, 2024
1 parent d56faf2 commit 536bc8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.

0 comments on commit 536bc8a

Please sign in to comment.