diff options
author | seberg <sebastian@sipsolutions.net> | 2013-05-11 08:42:13 -0700 |
---|---|---|
committer | seberg <sebastian@sipsolutions.net> | 2013-05-11 08:42:13 -0700 |
commit | 4a1736a79f35be43deb50ac678504b2342e6b9f8 (patch) | |
tree | c845c34f20f9755fd98ec72fedca36b605d170c4 /doc/source/reference/arrays.indexing.rst | |
parent | c6fc9a2d916797f1867d5ed49964be25e026736d (diff) | |
parent | f9c95555c23cf5429a795ef73f8fb2b3941d434c (diff) | |
download | numpy-4a1736a79f35be43deb50ac678504b2342e6b9f8.tar.gz |
Merge pull request #2701 from seberg/indexing
Fancy Indexing enhancements and bug fixes
Diffstat (limited to 'doc/source/reference/arrays.indexing.rst')
-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 f8966f5c1..e759b6ff8 100644 --- a/doc/source/reference/arrays.indexing.rst +++ b/doc/source/reference/arrays.indexing.rst @@ -170,8 +170,8 @@ concepts to remember include: .. data:: newaxis - The :const:`newaxis` object can be used in the basic slicing syntax - discussed above. :const:`None` can also be used instead of + The :const:`newaxis` object can be used in all slicing operations + as discussed above. :const:`None` can also be used instead of :const:`newaxis`. |