File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -718,11 +718,11 @@ def matplotlib_fname():
718
718
fname == os .path .join (
719
719
get_home (), '.matplotlib' , 'matplotlibrc' )):
720
720
warnings .warn (
721
- "Found matplotlib configuration in ~/.matplotlib. "
721
+ "Found matplotlib configuration in ~/.matplotlib/ . "
722
722
"To conform with the XDG base directory standard, "
723
723
"this configuration location has been deprecated "
724
- "on Linux, and the new location is now %r. Please "
725
- "move your configuration there to ensure that "
724
+ "on Linux, and the new location is now %r/matplotlib/. "
725
+ "Please move your configuration there to ensure that "
726
726
"matplotlib will continue to find it in the future." %
727
727
_get_xdg_config_dir ())
728
728
return fname
You can’t perform that action at this time.
0 commit comments