Skip to content

Commit 4f195f9

Browse files
luzpazterryjreedy
andauthored
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (pythonGH-93332)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 61e008a commit 4f195f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/idlelib/idle_test/test_parenmatch.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ def test_paren_corner(self):
8383
"""
8484
Test corner cases in flash_paren_event and paren_closed_event.
8585
86-
These cases force conditional expression and alternate paths.
86+
Force execution of conditional expressions and alternate paths.
8787
"""
8888
text = self.text
8989
pm = self.get_parenmatch()
9090

91-
text.insert('insert', '# this is a commen)')
91+
text.insert('insert', '# Comment.)')
9292
pm.paren_closed_event('event')
9393

9494
text.insert('insert', '\ndef')

0 commit comments

Comments
 (0)