diff options
Diffstat (limited to 'Lib/lib-tk/ttk.py')
-rw-r--r-- | Lib/lib-tk/ttk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-tk/ttk.py b/Lib/lib-tk/ttk.py index d076266..2fd513a 100644 --- a/Lib/lib-tk/ttk.py +++ b/Lib/lib-tk/ttk.py @@ -707,7 +707,7 @@ class Combobox(Entry): textvariable, values, width """ # The "values" option may need special formatting, so leave to - # _format_optdict the responsability to format it + # _format_optdict the responsibility to format it if "values" in kw: kw["values"] = _format_optdict({'v': kw["values"]})[1] |