summaryrefslogtreecommitdiff
path: root/numpy/doc
diff options
context:
space:
mode:
authorlogeaux <36168460+logeaux@users.noreply.github.com>2018-07-14 17:06:09 -0500
committerlogeaux <36168460+logeaux@users.noreply.github.com>2018-07-14 17:06:09 -0500
commit4afb1f2b0a8610edada66fea5b309c27f48a17b6 (patch)
tree9332ecf0e52e694167a5c86b922db8181eeb2b22 /numpy/doc
parent93759332520c44fa02bb65fdec6b56c14666c35a (diff)
downloadnumpy-4afb1f2b0a8610edada66fea5b309c27f48a17b6.tar.gz
DOC: Updated Slice Description
Diffstat (limited to 'numpy/doc')
-rw-r--r--numpy/doc/indexing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/doc/indexing.py b/numpy/doc/indexing.py
index 5f5033117..087a688bc 100644
--- a/numpy/doc/indexing.py
+++ b/numpy/doc/indexing.py
@@ -93,7 +93,7 @@ well. A few examples illustrates best: ::
[21, 24, 27]])
Note that slices of arrays do not copy the internal array data but
-also produce new views of the original data.
+only produce new views of the original data.
It is possible to index arrays with other arrays for the purposes of
selecting lists of values out of arrays into new arrays. There are