Skip to content

Commit 74272d4

Browse files
authored
IDLE: fix dedent() usage in htest (#152256)
Fix typos: in #112642, initial string concatenation quotes were left when switching to textwrap.dedent().
1 parent 1d6d33c commit 74272d4

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)