Skip to content

Commit 425d1e6

Browse files
committed
revise
1 parent e826ea0 commit 425d1e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/matplotlib/font_manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -877,8 +877,8 @@ def set_math_fontfamily(self, fontfamily):
877877
fontfamily : str
878878
The name of the font family.
879879
880-
See
881-
:ref:`available font families <customizing-with-matplotlibrc-files>`.
880+
Available font families are defined in the
881+
:ref:`default matplotlibrc file <customizing-with-matplotlibrc-files>`.
882882
883883
See Also
884884
--------

lib/matplotlib/text.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1102,8 +1102,8 @@ def set_math_fontfamily(self, fontfamily):
11021102
fontfamily : str
11031103
The name of the font family.
11041104
1105-
See
1106-
:ref:`available font families
1105+
Available font families are defined in the
1106+
:ref:`default matplotlibrc file
11071107
<customizing-with-matplotlibrc-files>`.
11081108
11091109
See Also

0 commit comments

Comments
 (0)