We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e008a commit 4f195f9Copy full SHA for 4f195f9
Lib/idlelib/idle_test/test_parenmatch.py
@@ -83,12 +83,12 @@ def test_paren_corner(self):
83
"""
84
Test corner cases in flash_paren_event and paren_closed_event.
85
86
- These cases force conditional expression and alternate paths.
+ Force execution of conditional expressions and alternate paths.
87
88
text = self.text
89
pm = self.get_parenmatch()
90
91
- text.insert('insert', '# this is a commen)')
+ text.insert('insert', '# Comment.)')
92
pm.paren_closed_event('event')
93
94
text.insert('insert', '\ndef')
0 commit comments