Commit 105504b3 authored by Guido van Rossum's avatar Guido van Rossum

correct typo

parent 4fb791bc
......@@ -256,7 +256,7 @@ class WidgetDialog(Dialog):
self.configuration = self.widget.config()
self.current = {}
self.options = {}
options['.class'] = (None, 'Class')
self.options['.class'] = (None, 'Class')
self.current['.class'] = self.widget.winfo_class()
for k, v in self.configuration.items():
if len(v) > 4:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment