Skip to content

Commit 1b6e6e4

Browse files
committed
Merge pull request matplotlib#3030 from stevensons/customizing-doc-typo
Fix minor typo in customisation docs
2 parents 0fa7771 + b1352c1 commit 1b6e6e4

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)