diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-01-24 10:42:20 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 10:42:20 -0300 |
commit | a7bd2529a6a6a01d54d91db6934675cf1b7f2185 (patch) | |
tree | 657273915abbb81bd91a67061d22f2c00be358ab /doc | |
parent | 181814f277306134bee1b71796fce431d0f46b58 (diff) | |
download | numpy-a7bd2529a6a6a01d54d91db6934675cf1b7f2185.tar.gz |
Update doc/source/user/tutorial-svd.rst
Co-Authored-By: Anne Bonner <35413198+bonn0062@users.noreply.github.com>
Diffstat (limited to 'doc')
-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 63e41c56a..466538db5 100644 --- a/doc/source/user/tutorial-svd.rst +++ b/doc/source/user/tutorial-svd.rst @@ -291,7 +291,7 @@ each of your experiments should give you a slightly better (or worse) image depe the value you choose. Just for good measure, to see what the original blue array looks like, you can -do +use :: |