From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 26 Jun 2026 23:11:27 +0000 (+0200) Subject: [3.13] IDLE: fix dedent() usage in htest (GH-152256) (#152344) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6562e2264a55fd3e8d01b65dd62d2c4b5b7bb5;p=thirdparty%2FPython%2Fcpython.git [3.13] IDLE: fix dedent() usage in htest (GH-152256) (#152344) IDLE: fix dedent() usage in htest (GH-152256) Fix typos: in GH-112642, initial string concatenation quotes were left when switching to textwrap.dedent(). (cherry picked from commit 74272d4f0b8478c1d879671ba35ec4ddaae50178) Co-authored-by: Inada Naoki --- diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py index b63ff9ec2877..778e5c3d84e4 100644 --- a/Lib/idlelib/idle_test/htest.py +++ b/Lib/idlelib/idle_test/htest.py @@ -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 = {