File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -545,11 +545,8 @@ arguments, or by calling the :meth:`~Misc.keys` method on that widget.
545545The return value of these calls is a dictionary whose key is the name of the
546546option as a string (for example, ``'relief' ``) and whose values are 5-tuples.
547547
548- Some options, like ``bg `` are synonyms for common options with long names
549- (``bg `` is shorthand for "background"). Passing the ``config() `` method the name
550- of a shorthand option will return a 2-tuple, not 5-tuple. The 2-tuple passed
551- back will contain the name of the synonym and the "real" option (such as
552- ``('bg', 'background') ``).
548+ Some options, like ``bg ``, are synonyms for common options with long names
549+ (``bg `` is shorthand for "background").
553550
554551+-------+---------------------------------+--------------+
555552| Index | Meaning | Example |
You can’t perform that action at this time.
0 commit comments