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

Skip to content

Commit 4c2851b

Browse files
committed
DOC: Fix ordering of See Also section.
1 parent 208db7b commit 4c2851b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/matplotlib/font_manager.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -907,15 +907,15 @@ def json_dump(data, filename):
907907
"""
908908
Dump `FontManager` *data* as JSON to the file named *filename*.
909909
910+
See Also
911+
--------
912+
json_load
913+
910914
Notes
911915
-----
912916
File paths that are children of the Matplotlib data path (typically, fonts
913917
shipped with Matplotlib) are stored relative to that data path (to remain
914918
valid across virtualenvs).
915-
916-
See Also
917-
--------
918-
json_load
919919
"""
920920
with open(filename, 'w') as fh:
921921
try:

0 commit comments

Comments
 (0)