Skip to content

Commit 28879b1

Browse files
committed
Rewrap second paragraph
1 parent f0767f0 commit 28879b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/tkinter.font.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ The different font weights and slants are:
5252
and, if omitted, will default to the main window (in most circumstances,
5353
this will be your ``Tk`` instance).
5454

55-
Due to some differences between operating systems (such as
56-
pointsizes and the availability of font families), some values returned
57-
by this method may vary from those given as kwargs or similar method
58-
(and retrieved by :meth:`Font.cget`).
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`).
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)