Skip to content

Commit 835a01f

Browse files
committed
Fixes small typos in intro.rst
1 parent e55bb76 commit 835a01f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NumPy and MATLAB can be found `here
2626
<https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html>`_.
2727

2828
In terms of the python-control package more specifically, here are
29-
some thing to keep in mind:
29+
some things to keep in mind:
3030

3131
* You must include commas in vectors. So [1 2 3] must be [1, 2, 3].
3232
* Functions that return multiple arguments use tuples.
@@ -56,7 +56,7 @@ they are not already present.
5656
.. note::
5757
Mixing packages from conda-forge and the default conda channel
5858
can sometimes cause problems with dependencies, so it is usually best to
59-
instally NumPy, SciPy, and Matplotlib from conda-forge as well.)
59+
instally NumPy, SciPy, and Matplotlib from conda-forge as well.
6060

6161
To install using pip::
6262

0 commit comments

Comments
 (0)