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 @@ -1108,7 +1108,7 @@ def rc_file_defaults():
1108
1108
rcParams .update (rcParamsOrig )
1109
1109
1110
1110
_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;
1112
1112
matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
1113
1113
or matplotlib.backends is imported for the first time.
1114
1114
"""
You can’t perform that action at this time.
0 commit comments