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 @@ -1096,7 +1096,7 @@ def rc_file_defaults():
10961096 rcParams .update (rcParamsOrig )
10971097
10981098_use_error_msg = """ This call to matplotlib.use() has no effect
1099- because the the backend has already been chosen;
1099+ because the backend has already been chosen;
11001100matplotlib.use() must be called *before* pylab, matplotlib.pyplot,
11011101or matplotlib.backends is imported for the first time.
11021102"""
You can’t perform that action at this time.
0 commit comments