Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Lib/idlelib/idle_test/htest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Comment thread
terryjreedy marked this conversation as resolved.
methods and functions. Toggle nested items. Double clicking
on items prints a traceback for an exception that is ignored.""")
}

_multistatus_bar_spec = {
Expand Down
Loading