We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28879b1 commit 2a8eab5Copy full SHA for 2a8eab5
1 file changed
Doc/library/tkinter.font.rst
@@ -54,8 +54,8 @@ The different font weights and slants are:
54
55
Due to some differences between operating systems (such as pointsizes
56
and the availability of font families), some values returned by this
57
- method may vary from those given as kwargs or similar method (and
58
- retrieved by :meth:`Font.cget`).
+ method may vary from those given as keyword arguments to either the
+ constructor or :meth:`Font.config` (and retrieved by :meth:`Font.cget`).
59
60
If *option* is specified, the value of just that attribute is returned.
61
If it is omitted or ``None``, the returned value is a dictionary of all
0 commit comments