From ae92d6a3da88dfc6314b3ecdc76901f4cd3cf12c Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Mon, 10 Feb 2014 16:04:04 +0000 Subject: [PATCH] BUG: Fixes the string character for XDG message. --- lib/matplotlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index 86877dbed176..52f37b66365a 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -750,7 +750,7 @@ def matplotlib_fname(): "Found matplotlib configuration in ~/.matplotlib/. " "To conform with the XDG base directory standard, " "this configuration location has been deprecated " - "on Linux, and the new location is now %r/matplotlib/. " + "on Linux, and the new location is now %s/matplotlib/. " "Please move your configuration there to ensure that " "matplotlib will continue to find it in the future." % _get_xdg_config_dir())