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

Skip to content

Commit f826983

Browse files
fix directive for matplotlib.style data
+ fix typo "RcParams"
1 parent 7984100 commit f826983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/style_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ the builtin styles.
2020
.. imported variables have to be specified explicitly due to
2121
https://github.com/sphinx-doc/sphinx/issues/6607
2222
23-
.. data:: matplotlib.style.library
23+
.. data:: library
2424

25-
A dict mapping from style name to `.RcParams` defining that style.
25+
A dict mapping from style name to `.rcParams` defining that style.
2626

2727
This is meant to be read-only. Use `.reload_library` to update.
2828

29-
.. data:: matplotlib.style.available
29+
.. data:: available
3030

3131
List of the names of the available styles.
3232

0 commit comments

Comments
 (0)