Skip to content

Commit b498bbe

Browse files
bkap123aisk
andauthored
Update Lib/test/test_functools.py
Co-authored-by: AN Long <aisk@users.noreply.github.com>
1 parent 7a5456c commit b498bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_functools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def test_partial_genericalias(self):
515515
self.assertEqual(alias.__parameters__, ())
516516

517517
# Issue 144475
518-
def test_repr_saftey_against_reentrant_mutation(self):
518+
def test_repr_safety_against_reentrant_mutation(self):
519519
g_partial = None
520520

521521
class Function:

0 commit comments

Comments
 (0)