summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-07-28 02:29:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-07-28 02:29:09 (GMT)
commitd826d77d11d8d0b5c002de69b7c86bb043b4864c (patch)
tree0924da508814a6276cfa3e4902c17315d438d6d1
parent47cb4d62c6456c92342db684cf78ed54e107d29b (diff)
downloadcpython-d826d77d11d8d0b5c002de69b7c86bb043b4864c.zip
cpython-d826d77d11d8d0b5c002de69b7c86bb043b4864c.tar.gz
cpython-d826d77d11d8d0b5c002de69b7c86bb043b4864c.tar.bz2
Issue #18441: whitespace
-rw-r--r--Lib/test/test_idle.py2
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()