summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/tutorial-svd.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/tutorial-svd.rst b/doc/source/user/tutorial-svd.rst
index 9c7b9dd6f..680322cbb 100644
--- a/doc/source/user/tutorial-svd.rst
+++ b/doc/source/user/tutorial-svd.rst
@@ -392,7 +392,7 @@ integers)." This is expected from the manipulation we just did on the original
image.
Now, to do the approximation, we must choose only the first ``k`` singular
-values for each color channel. This can be done by the following syntax::
+values for each color channel. This can be done using the following syntax::
>>> approx_img = U @ Sigma[..., :k] @ Vt[..., :k, :]