From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 30 May 2022 03:02:23 +0000 (-0700) Subject: Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339) X-Git-Tag: v3.11.0b2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da184517f52373662cdebaf9f4d3950c7a8be167;p=thirdparty%2FPython%2Fcpython.git Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332) (#93339) Co-authored-by: Terry Jan Reedy (cherry picked from commit 4f195f9db168bfe3360607eb45ba8d9ac98506ec) Co-authored-by: luzpaz --- diff --git a/Lib/idlelib/idle_test/test_parenmatch.py b/Lib/idlelib/idle_test/test_parenmatch.py index 4a41d8433d54..2e10d7cd3676 100644 --- a/Lib/idlelib/idle_test/test_parenmatch.py +++ b/Lib/idlelib/idle_test/test_parenmatch.py @@ -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')