Skip to content

Commit 9ce0b00

Browse files
bpo-46588: fix typo in test_calltip.py (GH-31119)
(cherry picked from commit 222865d) Co-authored-by: Caio Agiani <[email protected]>
1 parent 91e8889 commit 9ce0b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/idle_test/test_calltip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_signature_wrap(self):
106106
If you want to completely replace the main wrapping algorithm,
107107
you\'ll probably have to override _wrap_chunks().''')
108108

109-
def test_properly_formated(self):
109+
def test_properly_formatted(self):
110110

111111
def foo(s='a'*100):
112112
pass

0 commit comments

Comments
 (0)