mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
61e008a4ab
commit
4f195f9db1
1 changed files with 2 additions and 2 deletions
|
|
@ -83,12 +83,12 @@ class ParenMatchTest(unittest.TestCase):
|
|||
"""
|
||||
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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue