Skip to content

Commit 831420b

Browse files
committed
Fix also the typo in the second comment
1 parent d11419b commit 831420b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/pickletester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4597,7 +4597,7 @@ def test_fast_save_enter_dict(self):
45974597
def deep_nested_struct(self, create_nested,
45984598
minprotocol=0, compare_equal=True,
45994599
depth=FAST_NESTING_LIMIT * 2):
4600-
# gh-146059: Check that fast_save() is called when
4600+
# gh-146059: Check that fast_save_leave() is called when
46014601
# fast_save_enter() is called.
46024602
if not hasattr(self, "pickler"):
46034603
self.skipTest("need Pickler class")

0 commit comments

Comments
 (0)