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

Skip to content

Commit 0c3a7ea

Browse files
Update lib/matplotlib/__init__.py
changed the comments according to numpydoc Co-Authored-By: Tim Hoffmann <[email protected]>
1 parent 9db17df commit 0c3a7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def rc_params_from_file(fname, fail_on_error=False, use_default_template=True):
948948
949949
Parameters
950950
----------
951-
fname : str, path-like
951+
fname : str or path-like
952952
Name of file parsed for Matplotlib settings.
953953
fail_on_error : bool
954954
If True, raise an error when the parser fails to convert a parameter.

0 commit comments

Comments
 (0)