8000 Fix default acc to @timhoffm · matplotlib/matplotlib@10d203f · GitHub
[go: up one dir, main page]

Skip to content

Commit 10d203f

Browse files
committed
Fix default acc to @timhoffm
1 parent 0ccb51f commit 10d203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def set_fontfamily(self, fontname):
976976
strings in decreasing priority. Each string may be either a real font
977977
name or a generic font class name. If the latter, the specific font
978978
names will be looked up in the corresponding rcParams.
979-
Defaults to `matplotlib.rcParams['font.family']`.
979+
980980
If a `Text` instance is constructed with `fontfamily=None`, then the
981981
font is set to `matplotlib.rcParams['font.family']`, and the
982982
same is done when `set_fontfamily()` is called on an existing

0 commit comments

Comments
 (0)
0