Commit 74272d4
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 74272d4Copy 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
- Lib/idlelib/idle_test
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 number | Diff line number | Diff line change |
|---|---|---|
| ||
216 | 216 | |
217 | 217 | |
218 | 218 | |
219 | | - |
220 | | - |
221 | | - |
| 219 | + |
| 220 | + |
| 221 | + |
222 | 222 | |
223 | 223 | |
224 | 224 | |
|
0 commit comments