We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11419b commit 831420bCopy full SHA for 831420b
1 file changed
Lib/test/pickletester.py
@@ -4597,7 +4597,7 @@ def test_fast_save_enter_dict(self):
4597
def deep_nested_struct(self, create_nested,
4598
minprotocol=0, compare_equal=True,
4599
depth=FAST_NESTING_LIMIT * 2):
4600
- # gh-146059: Check that fast_save() is called when
+ # gh-146059: Check that fast_save_leave() is called when
4601
# fast_save_enter() is called.
4602
if not hasattr(self, "pickler"):
4603
self.skipTest("need Pickler class")
0 commit comments