]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
IDLE: fix dedent() usage in htest (#152256)
authorInada Naoki <songofacandy@gmail.com>
Fri, 26 Jun 2026 22:47:33 +0000 (07:47 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 22:47:33 +0000 (18:47 -0400)
Fix typos: in #112642, initial string concatenation quotes were left when switching to textwrap.dedent().

Lib/idlelib/idle_test/htest.py

index b63ff9ec2877b96ef225d7f8a4073a19b294cd94..778e5c3d84e496353daa3103a66527f62e8f5095 100644 (file)
@@ -216,9 +216,9 @@ _module_browser_spec = {
     'file': 'browser',
     'kwds': {},
     'msg': textwrap.dedent("""
-        "Inspect names of module, class(with superclass if applicable),
-        "methods and functions.  Toggle nested items.  Double clicking
-        "on items prints a traceback for an exception that is ignored.""")
+        Inspect names of module, class(with superclass if applicable),
+        methods and functions.  Toggle nested items.  Double clicking
+        on items prints a traceback for an exception that is ignored.""")
     }
 
 _multistatus_bar_spec = {