File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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:
22222. 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 `.
Original file line number Diff line number Diff 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;
11121112matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
11131113or matplotlib.backends is imported for the first time.
11141114"""
You can’t perform that action at this time.
0 commit comments