mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
bpo-46588: fix typo in test_calltip.py (GH-31119)
This commit is contained in:
parent
bd8b05395a
commit
222865daab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue