Skip to content

Commit 0f8a452

Browse files
committed
Merge pull request #2374 from felipeacsi/master
Doc fix typos
1 parent 8d468f9 commit 0f8a452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/users/customizing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locations, in the following order:
2222
2. It next looks in a user-specific place, depending on your platform:
2323

2424
- On Linux, it looks in :file:`.config/matplotlib/matplotlibrc` (or
25-
`$XDG_CONFIG_HOME/matplotlib/matplotlibrc` if you've customized
25+
`$XDG_CONFIG_HOME/matplotlib/matplotlibrc`) if you've customized
2626
your environment.
2727

2828
- On other platforms, it looks in :file:`.matplotlib/matplotlibrc`.

lib/matplotlib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ def rc_file_defaults():
11081108
rcParams.update(rcParamsOrig)
11091109

11101110
_use_error_msg = """ This call to matplotlib.use() has no effect
1111-
because the the backend has already been chosen;
1111+
because the backend has already been chosen;
11121112
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
11131113
or matplotlib.backends is imported for the first time.
11141114
"""

0 commit comments

Comments
 (0)