Navigation Menu

Skip to content

Commit

Permalink
[3.6] Fix duplicating words words. (GH-6296) (GH-6298)
Browse files Browse the repository at this point in the history
Backport idlelib duplications.
(cherry picked from commit bac2d5b)
  • Loading branch information
terryjreedy committed Mar 28, 2018
1 parent d4850dd commit a10a709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/idlelib/idle_test/test_editmenu.py
@@ -1,6 +1,6 @@
'''Test (selected) IDLE Edit menu items.
Edit modules have their own test files files
Edit modules have their own test files
'''
from test.support import requires
requires('gui')
Expand Down
2 changes: 1 addition & 1 deletion Lib/idlelib/idle_test/test_text.py
Expand Up @@ -9,7 +9,7 @@
class TextTest(object):
"Define items common to both sets of tests."

hw = 'hello\nworld' # Several tests insert this after after initialization.
hw = 'hello\nworld' # Several tests insert this after initialization.
hwn = hw+'\n' # \n present at initialization, before insert

# setUpClass defines cls.Text and maybe cls.root.
Expand Down

0 comments on commit a10a709

Please sign in to comment.