Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Lib/idlelib/idle_test/test_parenmatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down