summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-07-14 22:40:25 -0500
committerGitHub <noreply@github.com>2018-07-14 22:40:25 -0500
commit2d343e3d3574a392de9cd48b25d2b2095d616396 (patch)
tree710c52a4f91a7301be51796245996b9caa852ec3
parente71f25655dae774cdd7e4205ca7afd276b286a76 (diff)
parent4afb1f2b0a8610edada66fea5b309c27f48a17b6 (diff)
downloadnumpy-2d343e3d3574a392de9cd48b25d2b2095d616396.tar.gz
Merge pull request #11572 from logeaux/indexing-doc
DOC: Updated Slice Description
-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