mirror of
https://github.com/python/cpython.git
synced 2026-06-28 03:41:13 +00:00
[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:
parent
26ccc733c7
commit
fd6562e226
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue