diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py index 45951d5ebb85..56ce243c7c70 100644 --- a/lib/matplotlib/__init__.py +++ b/lib/matplotlib/__init__.py @@ -480,7 +480,7 @@ def _get_config_or_cache_dir(xdg_base): "recommended to set the MPLCONFIGDIR environment variable to a " "writable directory, in particular to speed up the import of " "Matplotlib and to better support multiprocessing.", - configdir, tmpdir) + tmpdir, configdir) return tmpdir