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

Skip to content

Commit 9b2da80

Browse files
committed
DOC: finish sentences
1 parent 8cf8655 commit 9b2da80

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,12 +1579,12 @@ 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
----------
15861586
font_filepaths : Iterable[str, Path, bytes], str, Path, bytes
1587-
Relative or absolute paths to
1587+
Relative or absolute paths to the font files to be used.
15881588
15891589
If a single string, bytes, or `pathlib.Path`, then it will be treated
15901590
as a list with that entry only.

0 commit comments

Comments
 (0)