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 <songofacandy@gmail.com>
'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 = {