Skip to content

Commit 63adfdc

Browse files
committed
Minor rephrasing (and typo fix)
1 parent cf263fb commit 63adfdc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/library/tkinter.font.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ The different font weights and slants are:
4848
.. method:: actual(option=None, displayof=None)
4949

5050
Returns information about the actual attributes that are obtained when
51-
the font is used on *displayof*; the actual attributes obtained may
52-
differ from those given (and retrieved by :meth:`Font.cget`) due to
53-
platform-dependent limitations, such as the availability of font
54-
families and pointsizes. If *displayof* is omitted, it defaults to the
51+
the font is used on *displayof*; the values obtained may differ from
52+
those given (and retrieved by :meth:`Font.cget`) due to
53+
platform-dependent limitations (such as the availability of font
54+
families and pointsizes). If *displayof* is omitted, it defaults to the
5555
main window.
5656

57-
If *option* is specified, value of just that attribute is returned; if
58-
it is omitted, the return value is a dictionary of all the attributes
57+
If *option* is specified, the value of just that attribute is returned;
58+
if it is omitted, the return value is a dictionary of all the attributes
5959
and their values. See above for a list of the possible attributes. [1]_
6060

6161
.. method:: cget(option)

0 commit comments

Comments
 (0)