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

Skip to content

Commit 545fff0

Browse files
committed
DOC: minor re-wording of API note
1 parent da15745 commit 545fff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
mpl.rc_context no longer resests the value of `rcParams['backend']`
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
mpl.rc_context no longer resets the value of :rc:`backend`
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
`matplotlib.rc_context` did incorrectly reset the value of `rcParams['backend']` if backend
4+
`matplotlib.rc_context` incorrectly reset the value of :rc:`backend` if backend
55
resolution was triggered in the context. This affected only the value. The actual backend
6-
was not reset. Now, `matpotlib.rc_context` dose not modify `rcParams['backend']` anymore.
6+
was not changed. Now, `matplotlib.rc_context` does not reset :rc:`backend` anymore.

0 commit comments

Comments
 (0)