Skip to content
Snippets Groups Projects
Unverified Commit 372afb7a authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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


Co-authored-by: default avatarTerry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 4f195f9d)

Co-authored-by: default avatarluzpaz <luzpaz@users.noreply.github.com>
parent aa06a840
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