diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-01-24 10:38:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 10:38:57 -0300 |
commit | e1817c8767a8301f69f2155a67e85b9a73a5627c (patch) | |
tree | 5c68924b6dfeb3a0061785be0586d2dfffc10a9a /doc/source | |
parent | 00fdd4824abad19724dfc5eea1fdbc69149013b3 (diff) | |
download | numpy-e1817c8767a8301f69f2155a67e85b9a73a5627c.tar.gz |
Update doc/source/user/tutorial-svd.rst
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/user/tutorial-svd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/tutorial-svd.rst b/doc/source/user/tutorial-svd.rst index d47432a56..420b108be 100644 --- a/doc/source/user/tutorial-svd.rst +++ b/doc/source/user/tutorial-svd.rst @@ -15,7 +15,7 @@ Before reading this tutorial, you should know a bit of Python. If you would like to refresh your memory, take a look at the `Python tutorial <https://docs.python.org/tutorial/>`__. -If you wish to work the examples in this tutorial, you must also have +If you want to be able to run the examples in this tutorial, you should also have `matplotlib <https://matplotlib.org/>`_ and `SciPy <https://scipy.org>`_ installed on your computer. **Learner profile** |