[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 74272d4f0b)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
This commit is contained in:
Miss Islington (bot) 2026-06-27 01:11:27 +02:00 committed by GitHub
parent 26ccc733c7
commit fd6562e226
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,9 +216,9 @@
'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 = {