diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2017-02-09 23:48:34 +0000 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2017-02-09 23:48:34 +0000 |
commit | ff03047c1b8f3920feb0c7d1374cc1670e793b7a (patch) | |
tree | b9db0485cf8ae310cafeaa4b51b93aa9ce8597f3 | |
parent | 994f8a1dbb137fd4daf881184972637964983ad8 (diff) | |
download | numpy-ff03047c1b8f3920feb0c7d1374cc1670e793b7a.tar.gz |
DOC: Change index keywords to dissociate from deprecated magic methods
-rw-r--r-- | doc/source/reference/arrays.indexing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst index b7bc3a655..aeb685025 100644 --- a/doc/source/reference/arrays.indexing.rst +++ b/doc/source/reference/arrays.indexing.rst @@ -36,8 +36,8 @@ objects, the :const:`Ellipsis` object, or the :const:`newaxis` object, but not for integer arrays or other embedded sequences. .. index:: - triple: ndarray; special methods; getslice - triple: ndarray; special methods; setslice + triple: ndarray; special methods; get slice + triple: ndarray; special methods; set slice single: ellipsis single: newaxis |