summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle_test
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-30 03:03:11 (GMT)
committerGitHub <noreply@github.com>2022-05-30 03:03:11 (GMT)
commit372afb7a9b1fff2fcc724f999744b6126f0f6e07 (patch)
treea93f53315f194592e8f6c339ddc93039ec4b0308 /Lib/idlelib/idle_test
parentaa06a8409927b43dee5cfe4a49d6190e7bddebad (diff)
downloadcpython-372afb7a9b1fff2fcc724f999744b6126f0f6e07.zip
cpython-372afb7a9b1fff2fcc724f999744b6126f0f6e07.tar.gz
cpython-372afb7a9b1fff2fcc724f999744b6126f0f6e07.tar.bz2
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93340)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 4f195f9db168bfe3360607eb45ba8d9ac98506ec) Co-authored-by: luzpaz <luzpaz@users.noreply.github.com>
Diffstat (limited to 'Lib/idlelib/idle_test')
-rw-r--r--Lib/idlelib/idle_test/test_parenmatch.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/idle_test/test_parenmatch.py b/Lib/idlelib/idle_test/test_parenmatch.py
index 4a41d84..2e10d7c 100644
--- a/Lib/idlelib/idle_test/test_parenmatch.py
+++ b/Lib/idlelib/idle_test/test_parenmatch.py
@@ -83,12 +83,12 @@ class ParenMatchTest(unittest.TestCase):
"""
Test corner cases in flash_paren_event and paren_closed_event.
- These cases force conditional expression and alternate paths.
+ Force execution of conditional expressions and alternate paths.
"""
text = self.text
pm = self.get_parenmatch()
- text.insert('insert', '# this is a commen)')
+ text.insert('insert', '# Comment.)')
pm.paren_closed_event('event')
text.insert('insert', '\ndef')