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

This commit is contained in:
Caio Agiani 2022-02-04 01:39:59 -03:00 committed by GitHub
parent bd8b05395a
commit 222865daab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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, If you want to completely replace the main wrapping algorithm,
you\'ll probably have to override _wrap_chunks().''') you\'ll probably have to override _wrap_chunks().''')
def test_properly_formated(self): def test_properly_formatted(self):
def foo(s='a'*100): def foo(s='a'*100):
pass pass