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

Skip to content

Commit 56acc97

Browse files
committed
DOC: do not try to refer to non-existent xrefs
1 parent 9629a15 commit 56acc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/font_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ def _cached_realpath(path):
15791579
@_api.rename_parameter('3.6', "filepath", "font_filepaths")
15801580
def get_font(font_filepaths, hinting_factor=None):
15811581
"""
1582-
Get an `ft2font.FT2Font` object given a list of file paths.
1582+
Get an ``ft2font.FT2Font`` object given a list of file paths.
15831583
15841584
Parameters
15851585
----------
@@ -1595,7 +1595,7 @@ def get_font(font_filepaths, hinting_factor=None):
15951595
15961596
Returns
15971597
-------
1598-
ft2font.FT2Font
1598+
``ft2font.FT2Font``
15991599
16001600
"""
16011601
if isinstance(font_filepaths, (str, Path, bytes)):

0 commit comments

Comments
 (0)