Commit cb4636e7 authored by Zachary Ware's avatar Zachary Ware

Issue #18292: s/tkinter/Tkinter/

parent a3039556
......@@ -15,7 +15,7 @@ class AutoExpandTest(unittest.TestCase):
@classmethod
def setUpClass(cls):
if 'tkinter' in str(Text):
if 'Tkinter' in str(Text):
requires('gui')
cls.tk = Tk()
cls.text = Text(cls.tk)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment