bpo-46588: fix typo in test_calltip.py (GH-31119)

(cherry picked from commit 222865daab)

Co-authored-by: Caio Agiani <agianicaio@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-02-03 21:11:15 -08:00 committed by GitHub
parent 91e8889044
commit 9ce0b00fb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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