mirror of https://github.com/python/cpython
bpo-46588: fix typo in test_calltip.py (GH-31119)
This commit is contained in:
parent
bd8b05395a
commit
222865daab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue