We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55bb76 commit 835a01fCopy full SHA for 835a01f
1 file changed
doc/intro.rst
@@ -26,7 +26,7 @@ NumPy and MATLAB can be found `here
26
<https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html>`_.
27
28
In terms of the python-control package more specifically, here are
29
-some thing to keep in mind:
+some things to keep in mind:
30
31
* You must include commas in vectors. So [1 2 3] must be [1, 2, 3].
32
* Functions that return multiple arguments use tuples.
@@ -56,7 +56,7 @@ they are not already present.
56
.. note::
57
Mixing packages from conda-forge and the default conda channel
58
can sometimes cause problems with dependencies, so it is usually best to
59
- instally NumPy, SciPy, and Matplotlib from conda-forge as well.)
+ instally NumPy, SciPy, and Matplotlib from conda-forge as well.
60
61
To install using pip::
62
0 commit comments