From 4afb1f2b0a8610edada66fea5b309c27f48a17b6 Mon Sep 17 00:00:00 2001 From: logeaux <36168460+logeaux@users.noreply.github.com> Date: Sat, 14 Jul 2018 17:06:09 -0500 Subject: DOC: Updated Slice Description --- numpy/doc/indexing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/doc/indexing.py') 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 -- cgit v1.2.1