summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk/tkCommonDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-tk/tkCommonDialog.py')
-rw-r--r--Lib/lib-tk/tkCommonDialog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/lib-tk/tkCommonDialog.py
index 2cd9be4..a5815c6 100644
--- a/Lib/lib-tk/tkCommonDialog.py
+++ b/Lib/lib-tk/tkCommonDialog.py
@@ -18,7 +18,7 @@ class Dialog:
# FIXME: should this be placed on the module level instead?
if TkVersion < 4.2:
- raise TclError, "this module requires Tk 4.2 or newer"
+ raise TclError("this module requires Tk 4.2 or newer")
self.master = master
self.options = options