Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74272d4

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

1 file changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎Lib/idlelib/idle_test/htest.py‎

Copy file name to clipboardExpand all lines: Lib/idlelib/idle_test/htest.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.