mirror of
https://github.com/python/cpython.git
synced 2026-01-08 00:12:42 +00:00
correct typo
This commit is contained in:
parent
b78e03c23d
commit
28bb652887
1 changed files with 1 additions and 1 deletions
|
|
@ -256,7 +256,7 @@ def refresh(self):
|
|||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue