summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjess010 <jfreasier@gmail.com>2014-04-15 17:26:35 -0400
committerjess010 <jfreasier@gmail.com>2014-04-15 17:26:35 -0400
commit3fd19f236815d63bf7a43886bd0ba4418db3deea (patch)
tree0fd293efededb236603398d4bf73f561e83f9736
parent61c699e5e1bf8b4b85ffd72a99691138d5674b50 (diff)
downloadnumpy-3fd19f236815d63bf7a43886bd0ba4418db3deea.tar.gz
arrays.indexing.rst
-rw-r--r--doc/source/reference/arrays.indexing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index e759b6ff8..d5a7df8b1 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 all slicing operations
- as discussed above. :const:`None` can also be used instead of
+ The :const:`newaxis` object can be used in all slicing operations to
+ create an axis of length one. :const:`None` can also be used instead of
:const:`newaxis`.