@@ -46,18 +46,18 @@ locate your :file:`matplotlib/` configuration directory, use
4646 >>> mpl.get_configdir()
4747 '/home/darren/.config/matplotlib'
4848
49- On unix -like systems, this directory is generally located in your
49+ On Unix -like systems, this directory is generally located in your
5050:envvar: `HOME ` directory under the :file: `.config/ ` directory.
5151
52- In addition, users have a cache directory. On unix -like systems, this is
52+ In addition, users have a cache directory. On Unix -like systems, this is
5353separate from the configuration directory by default. To locate your
5454:file: `.cache/ ` directory, use :func: `matplotlib.get_cachedir `::
5555
5656 >>> import matplotlib as mpl
5757 >>> mpl.get_cachedir()
5858 '/home/darren/.cache/matplotlib'
5959
60- On windows , both the config directory and the cache directory are
60+ On Windows , both the config directory and the cache directory are
6161the same and are in your :file: `Documents and Settings ` or :file: `Users `
6262directory by default::
6363
@@ -93,7 +93,7 @@ If you are unable to find an answer to your question through search, please
9393provide the following information in your e-mail to the `mailing list
9494<https://mail.python.org/mailman/listinfo/matplotlib-users> `_:
9595
96- * Your operating system (Linux/UNIX users: post the output of ``uname -a ``).
96+ * Your operating system (Linux/Unix users: post the output of ``uname -a ``).
9797
9898* Matplotlib version::
9999
0 commit comments