Issue #18441: whitespace

This commit is contained in:
Terry Jan Reedy 2013-07-27 22:29:09 -04:00
parent 47cb4d62c6
commit d826d77d11
1 changed files with 1 additions and 1 deletions

View File

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