We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents accab43 + c6ca417 commit 5f28c79Copy full SHA for 5f28c79
lib/matplotlib/__init__.py
@@ -718,11 +718,11 @@ def matplotlib_fname():
718
fname == os.path.join(
719
get_home(), '.matplotlib', 'matplotlibrc')):
720
warnings.warn(
721
- "Found matplotlib configuration in ~/.matplotlib. "
+ "Found matplotlib configuration in ~/.matplotlib/. "
722
"To conform with the XDG base directory standard, "
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 "
+ "on Linux, and the new location is now %r/matplotlib/. "
+ "Please move your configuration there to ensure that "
726
"matplotlib will continue to find it in the future." %
727
_get_xdg_config_dir())
728
return fname
0 commit comments