From 3986e847263a5c9de222c5fc8b7c385ce9ac38f3 Mon Sep 17 00:00:00 2001 From: goldstarwebs Date: Sun, 19 Feb 2017 15:00:12 -0600 Subject: [PATCH] Named Matplotlib module in windows instructions --- doc/faq/troubleshooting_faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq/troubleshooting_faq.rst b/doc/faq/troubleshooting_faq.rst index 11b0989ee195..02e5d82bc736 100644 --- a/doc/faq/troubleshooting_faq.rst +++ b/doc/faq/troubleshooting_faq.rst @@ -61,7 +61,7 @@ On windows, both the config directory and the cache directory are the same and are in your :file:`Documents and Settings` or :file:`Users` directory by default:: - >>> import matplotlib + >>> import matplotlib as mpl >>> mpl.get_configdir() 'C:\\Documents and Settings\\jdhunter\\.matplotlib' >>> mpl.get_cachedir()