]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46588: fix typo in test_calltip.py (GH-31119)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 4 Feb 2022 05:05:42 +0000 (21:05 -0800)
committerGitHub <noreply@github.com>
Fri, 4 Feb 2022 05:05:42 +0000 (21:05 -0800)
(cherry picked from commit 222865daabfa7a8b12ca9a5e9c23b9ce217448f1)

Co-authored-by: Caio Agiani <agianicaio@gmail.com>
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