Skip to content

Commit d667a49

Browse files
committed
fix minor typo
1 parent 2334d21 commit d667a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/faq/environment_variables_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Environment Variables
2727
well as some caches to improve performance. If :envvar:`MPLCONFIGDIR` is not
2828
defined, :file:`{HOME}/.config/matplotlib` is generally used on unix-like
2929
systems and :file:`{HOME}/.matplotlib` is used on other platforms, if they are
30-
writable. Otherwise, the python standard library :func:`tempfile.gettmpdir`
30+
writable. Otherwise, the python standard library :func:`tempfile.gettempdir`
3131
is used to find a base directory in which the :file:`matplotlib` subdirectory
3232
is created.
3333

0 commit comments

Comments
 (0)