From: Caio Agiani Date: Fri, 4 Feb 2022 04:39:59 +0000 (-0300) Subject: bpo-46588: fix typo in test_calltip.py (GH-31119) X-Git-Tag: v3.11.0a6~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222865daabfa7a8b12ca9a5e9c23b9ce217448f1;p=thirdparty%2FPython%2Fcpython.git bpo-46588: fix typo in test_calltip.py (GH-31119) --- diff --git a/Lib/idlelib/idle_test/test_calltip.py b/Lib/idlelib/idle_test/test_calltip.py index b23915c5ab78..e8d2bd17cb68 100644 --- a/Lib/idlelib/idle_test/test_calltip.py +++ b/Lib/idlelib/idle_test/test_calltip.py @@ -106,7 +106,7 @@ subclasses to override in order to tweak the default behaviour. If you want to completely replace the main wrapping algorithm, you\'ll probably have to override _wrap_chunks().''') - def test_properly_formated(self): + def test_properly_formatted(self): def foo(s='a'*100): pass