Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae92d6a

Browse files
committed
BUG: Fixes the string character for XDG message.
1 parent d686983 commit ae92d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def matplotlib_fname():
750750
"Found matplotlib configuration in ~/.matplotlib/. "
751751
"To conform with the XDG base directory standard, "
752752
"this configuration location has been deprecated "
753-
"on Linux, and the new location is now %r/matplotlib/. "
753+
"on Linux, and the new location is now %s/matplotlib/. "
754754
"Please move your configuration there to ensure that "
755755
"matplotlib will continue to find it in the future." %
756756
_get_xdg_config_dir())

0 commit comments

Comments
 (0)