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 7b4955f commit 543d44cCopy full SHA for 543d44c
Lib/test/test_functools.py
@@ -515,7 +515,7 @@ def test_partial_genericalias(self):
515
self.assertEqual(alias.__parameters__, ())
516
517
# GH-144475: Tests that the partial object does not change until repr finishes
518
- def test_repr_saftey_against_reentrant_mutation(self):
+ def test_repr_safety_against_reentrant_mutation(self):
519
g_partial = None
520
521
class Function:
0 commit comments