summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/reference/arrays.indexing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.indexing.rst b/doc/source/reference/arrays.indexing.rst
index 50b2492d2..6e9bb9276 100644
--- a/doc/source/reference/arrays.indexing.rst
+++ b/doc/source/reference/arrays.indexing.rst
@@ -171,7 +171,7 @@ concepts to remember include:
.. data:: newaxis
The :const:`newaxis` object can be used in all slicing operations to
- create an axis of length one. :const: :const:`newaxis` is an alias for
+ create an axis of length one. :const:`newaxis` is an alias for
'None', and 'None' can be used in place of this with the same result.