Skip to content

Commit 2a8eab5

Browse files
committed
Minor rephrasing to avoid saying 'kwargs'
1 parent 28879b1 commit 2a8eab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/tkinter.font.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The different font weights and slants are:
5454

5555
Due to some differences between operating systems (such as pointsizes
5656
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`).
57+
method may vary from those given as keyword arguments to either the
58+
constructor or :meth:`Font.config` (and retrieved by :meth:`Font.cget`).
5959

6060
If *option* is specified, the value of just that attribute is returned.
6161
If it is omitted or ``None``, the returned value is a dictionary of all

0 commit comments

Comments
 (0)