]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46588: fix typo in test_calltip.py (GH-31119)
authorCaio Agiani <agianicaio@gmail.com>
Fri, 4 Feb 2022 04:39:59 +0000 (01:39 -0300)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 04:39:59 +0000 (23:39 -0500)
Lib/idlelib/idle_test/test_calltip.py

index b23915c5ab7849d5ccd8d23524fe8670f6f86649..e8d2bd17cb681170e7dbbe57d571ff4007b6db87 100644 (file)
@@ -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