Skip to content

Commit e13adc5

Browse files
authored
Merge pull request #21228 from anntzer/dt
Small doc nits.
2 parents 4f196f0 + 9d2e67b commit e13adc5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/faq/environment_variables_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ searched first or last? To append to an existing environment variable::
8080
setenv PATH ${PATH}:~/bin # csh/tcsh
8181

8282
To make your changes available in the future, add the commands to your
83-
:file:`~/.bashrc`/:file:`.cshrc` file.
83+
:file:`~/.bashrc` or :file:`~/.cshrc` file.
8484

8585
.. _setting-windows-environment-variables:
8686

doc/faq/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ How-to
99
:Release: |version|
1010
:Date: |today|
1111

12-
Frequently asked questions about matplotlib
12+
Frequently asked questions about Matplotlib:
1313

1414
.. toctree::
1515
:maxdepth: 2

doc/faq/troubleshooting_faq.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
5353
separate 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
6161
the same and are in your :file:`Documents and Settings` or :file:`Users`
6262
directory by default::
6363

@@ -93,7 +93,7 @@ If you are unable to find an answer to your question through search, please
9393
provide 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

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Learning resources
7878
^^^^^^^^^
7979

8080
- :doc:`API Reference <api/index>`
81-
- :doc:`Axes API <api/axes_api>` for *most* plotting methods
81+
- :doc:`Axes API <api/axes_api>` for most plotting methods
8282
- :doc:`Figure API <api/figure_api>` for figure-level methods
8383
- Top-level interfaces to create:
8484

@@ -98,7 +98,7 @@ Matplotlib.
9898
Contributing
9999
------------
100100

101-
Matplotlib is a community project maitained for and by its users. There are many ways
101+
Matplotlib is a community project maintained for and by its users. There are many ways
102102
you can help!
103103

104104
- Help other users `on discourse <https://discourse.matplotlib.org>`__

0 commit comments

Comments
 (0)