File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,15 +39,15 @@ and printing the ``__file__`` attribute::
3939
4040Each user has a matplotlib configuration directory which may contain a
4141:ref: `matplotlibrc <customizing-with-matplotlibrc-files >` file. To
42- locate your :file: `. matplotlib/ ` directory, use
42+ locate your :file: `matplotlib/ ` configuration directory, use
4343:func: `matplotlib.get_configdir `::
4444
4545 >>> import matplotlib as mpl
4646 >>> mpl.get_configdir()
4747 '/home/darren/.config/matplotlib'
4848
4949On unix-like systems, this directory is generally located in your
50- :envvar: `HOME ` directory.
50+ :envvar: `HOME ` directory under the :file: ` .config/ ` directory .
5151
5252In addition, users have a cache directory. On unix-like systems, this is
5353separate to the configuration directory by default. To locate your
You can’t perform that action at this time.
0 commit comments