Skip to content

Commit ee1ae1d

Browse files
[3.14] IDLE: fix dedent() usage in htest (GH-152256) (#152343)
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 74272d4) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
1 parent e7b7d58 commit ee1ae1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/idlelib/idle_test/htest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@
216216
'file': 'browser',
217217
'kwds': {},
218218
'msg': textwrap.dedent("""
219-
"Inspect names of module, class(with superclass if applicable),
220-
"methods and functions. Toggle nested items. Double clicking
221-
"on items prints a traceback for an exception that is ignored.""")
219+
Inspect names of module, class(with superclass if applicable),
220+
methods and functions. Toggle nested items. Double clicking
221+
on items prints a traceback for an exception that is ignored.""")
222222
}
223223

224224
_multistatus_bar_spec = {

0 commit comments

Comments
 (0)