[3.6] Fix duplicating words words. (GH-6296) (GH-6298)

Backport idlelib duplications.
(cherry picked from commit bac2d5b)
This commit is contained in:
Terry Jan Reedy 2018-03-28 16:51:22 -04:00 committed by GitHub
parent d4850dd549
commit a10a709711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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')

View File

@ -9,7 +9,7 @@ from _tkinter import TclError
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.