Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3adf507

Browse files
committed
Formatting fixes acc to @timhoffm
1 parent 10d203f commit 3adf507

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/matplotlib/text.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,8 +977,8 @@ def set_fontfamily(self, fontname):
977977
name or a generic font class name. If the latter, the specific font
978978
names will be looked up in the corresponding rcParams.
979979
980-
If a `Text` instance is constructed with `fontfamily=None`, then the
981-
font is set to `matplotlib.rcParams['font.family']`, and the
980+
If a `Text` instance is constructed with ``fontfamily=None``, then the
981+
font is set to :rc:`font.family`, and the
982982
same is done when `set_fontfamily()` is called on an existing
983983
`Text` instance.
984984

0 commit comments

Comments
 (0)