summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-04 05:11:15 (GMT)
committerGitHub <noreply@github.com>2022-02-04 05:11:15 (GMT)
commit9ce0b00fb1172e743de985eda28e3335aa95014a (patch)
tree3a101d9b6ebd68197585e2e8a284bc13edae3a93 /Lib/idlelib
parent91e888904478271c27c52c773863b41f5a8f7f30 (diff)
downloadcpython-9ce0b00fb1172e743de985eda28e3335aa95014a.zip
cpython-9ce0b00fb1172e743de985eda28e3335aa95014a.tar.gz
cpython-9ce0b00fb1172e743de985eda28e3335aa95014a.tar.bz2
bpo-46588: fix typo in test_calltip.py (GH-31119)
(cherry picked from commit 222865daabfa7a8b12ca9a5e9c23b9ce217448f1) Co-authored-by: Caio Agiani <agianicaio@gmail.com>
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/idle_test/test_calltip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle_test/test_calltip.py b/Lib/idlelib/idle_test/test_calltip.py
index b23915c..e8d2bd1 100644
--- a/Lib/idlelib/idle_test/test_calltip.py
+++ b/Lib/idlelib/idle_test/test_calltip.py
@@ -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