Skip to content

Commit 536bc8a

Browse files
authored
Fix typos (#124409)
1 parent d56faf2 commit 536bc8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Restore printout of GC stats when ``gc.set_debug(gc.DEBUG_STATS)`` is
2-
called. This featue was accidentally removed when implementing incremental
2+
called. This feature was accidentally removed when implementing incremental
33
GC.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:meth:`xml.etree.ElementTree.Element.extend` and
22
:class:`~xml.etree.ElementTree.Element` assignment no longer hide the internal
3-
exception if an erronous generator is passed. Patch by Bar Harel.
3+
exception if an erroneous generator is passed. Patch by Bar Harel.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Fix :class:`unittest.mock.MagicMock` reseting magic methods return values
1+
Fix :class:`unittest.mock.MagicMock` resetting magic methods return values
22
after ``.reset_mock(return_value=True)`` was called.

0 commit comments

Comments
 (0)