Skip to content

Commit b9d1b54

Browse files
committed
Merge pull request #2374 from felipeacsi/master
Doc fix typos
2 parents 9fbd29f + 519645c commit b9d1b54

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
@@ -1097,7 +1097,7 @@ def rc_file_defaults():
10971097
rcParams.update(rcParamsOrig)
10981098

10991099
_use_error_msg = """ This call to matplotlib.use() has no effect
1100-
because the the backend has already been chosen;
1100+
because the backend has already been chosen;
11011101
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
11021102
or matplotlib.backends is imported for the first time.
11031103
"""

0 commit comments

Comments
 (0)