diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-07-28 02:29:09 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-07-28 02:29:09 (GMT) |
commit | d826d77d11d8d0b5c002de69b7c86bb043b4864c (patch) | |
tree | 0924da508814a6276cfa3e4902c17315d438d6d1 /Lib/test | |
parent | 47cb4d62c6456c92342db684cf78ed54e107d29b (diff) | |
download | cpython-d826d77d11d8d0b5c002de69b7c86bb043b4864c.zip cpython-d826d77d11d8d0b5c002de69b7c86bb043b4864c.tar.gz cpython-d826d77d11d8d0b5c002de69b7c86bb043b4864c.tar.bz2 |
Issue #18441: whitespace
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_idle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_idle.py b/Lib/test/test_idle.py index 177e3eb..b94672c 100644 --- a/Lib/test/test_idle.py +++ b/Lib/test/test_idle.py @@ -18,7 +18,7 @@ if use_resources and 'gui' in use_resources: ## # tkinter.test.suppport in 3.x ## try: ## check_tk_availability() -## except unittest.SkipTest: +## except unittest.SkipTest: ## raise tk.TclError root = tk.Tk() root.destroy() |