mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:
parent
91e8889044
commit
9ce0b00fb1
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,
|
||||
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…
Add table
Add a link
Reference in a new issue