File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ locations, in the following order:
22
22
2. It next looks in a user-specific place, depending on your platform:
23
23
24
24
- 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
26
26
your environment.
27
27
28
28
- On other platforms, it looks in :file: `.matplotlib/matplotlibrc `.
Original file line number Diff line number Diff line change @@ -1097,7 +1097,7 @@ def rc_file_defaults():
1097
1097
rcParams .update (rcParamsOrig )
1098
1098
1099
1099
_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;
1101
1101
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
1102
1102
or matplotlib.backends is imported for the first time.
1103
1103
"""
You can’t perform that action at this time.
0 commit comments