Skip to content
Snippets Groups Projects
Unverified Commit 4f195f9d authored by luzpaz's avatar luzpaz Committed by GitHub
Browse files

Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)


Co-authored-by: default avatarTerry Jan Reedy <tjreedy@udel.edu>
parent 61e008a4
Branches
Tags
No related merge requests found
......@@ -83,12 +83,12 @@ def test_paren_corner(self):
"""
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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment