Skip to content

Commit b1352c1

Browse files
committed
Fix minor typo in customisation docs
1 parent a6a09c1 commit b1352c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/customizing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ settings in a single group at once, using keyword arguments::
6767
import matplotlib as mpl
6868
mpl.rc('lines', linewidth=2, color='r')
6969

70-
There :func:`matplotlib.rcdefaults` command will restore the standard
71-
matplotlib default settings.
70+
The :func:`matplotlib.rcdefaults` command will restore the standard matplotlib
71+
default settings.
7272

7373
There is some degree of validation when setting the values of rcParams, see
7474
:mod:`matplotlib.rcsetup` for details.

0 commit comments

Comments
 (0)