diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2020-01-24 10:43:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 10:43:38 -0300 |
commit | 3d889a88f058cd81718fd0010d17e104db71858f (patch) | |
tree | 4d0b922136c9bd15ce5cea942dc742f715502057 /doc/source | |
parent | c391b32a523749aa7cd019a2888ac4ce4ab8d0dc (diff) | |
download | numpy-3d889a88f058cd81718fd0010d17e104db71858f.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 8291ec7e5..9c7b9dd6f 100644 --- a/doc/source/user/tutorial-svd.rst +++ b/doc/source/user/tutorial-svd.rst @@ -386,7 +386,7 @@ and should give you an image indistinguishable from the original one (although we may introduce floating point errors for this reconstruction. In fact, -is possible that you see a warning message saying "Clipping input data to the +you might see a warning message saying "Clipping input data to the valid range for imshow with RGB data ([0..1] for floats or [0..255] for integers)." This is expected from the manipulation we just did on the original image. |