diff options
Diffstat (limited to 'Lib/lib-tk/test/test_ttk/test_functions.py')
| -rw-r--r-- | Lib/lib-tk/test/test_ttk/test_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/test/test_ttk/test_functions.py b/Lib/lib-tk/test/test_ttk/test_functions.py index 714d950..ea3f81c 100644 --- a/Lib/lib-tk/test/test_ttk/test_functions.py +++ b/Lib/lib-tk/test/test_ttk/test_functions.py @@ -195,7 +195,7 @@ class InternalFunctionsTest(unittest.TestCase): ## Testing type = vsapi # vsapi type expects at least a class name and a part_id, so this - # should raise an ValueError since it tries to get two elements from + # should raise a ValueError since it tries to get two elements from # an empty tuple self.assertRaises(ValueError, ttk._format_elemcreate, 'vsapi') |
