We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2334d21 commit d667a49Copy full SHA for d667a49
doc/faq/environment_variables_faq.rst
@@ -27,7 +27,7 @@ Environment Variables
27
well as some caches to improve performance. If :envvar:`MPLCONFIGDIR` is not
28
defined, :file:`{HOME}/.config/matplotlib` is generally used on unix-like
29
systems and :file:`{HOME}/.matplotlib` is used on other platforms, if they are
30
- writable. Otherwise, the python standard library :func:`tempfile.gettmpdir`
+ writable. Otherwise, the python standard library :func:`tempfile.gettempdir`
31
is used to find a base directory in which the :file:`matplotlib` subdirectory
32
is created.
33
0 commit comments