mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 4f195f9db1)
Co-authored-by: luzpaz <luzpaz@users.noreply.github.com>
This commit is contained in:
parent
cc31cfc25e
commit
da184517f5
1 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue