diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-01-24 10:44:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 10:44:18 -0300 |
commit | a299387ea7cf13998e82c7039b76ee61c26d906e (patch) | |
tree | c3a42498a5bc2875cc5017c8eb10a67c42a764b9 /doc/source | |
parent | 7582faace489302579fd4137a14bca60f25a8d65 (diff) | |
download | numpy-a299387ea7cf13998e82c7039b76ee61c26d906e.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 680322cbb..51988020a 100644 --- a/doc/source/user/tutorial-svd.rst +++ b/doc/source/user/tutorial-svd.rst @@ -402,7 +402,7 @@ of each of the three matrices in the stack), and that we have selected only the first ``k`` components in the second-to-last axis of ``Vt`` (this means we have selected, from every matrix in the stack ``Vt``, the first ``k`` rows only, and all columns). If you are unfamiliar with the ellipsis syntax, it is a -placeholder for other axes; for more details, see the documentation on +placeholder for other axes. For more details, see the documentation on :ref:`Indexing <basics.indexing>`. Now, |