Skip to content

Commit

Permalink
Merge pull request #7526 from madphysicist/patch-1
Browse files Browse the repository at this point in the history
DOC: Removed an extra `:const:`
  • Loading branch information
njsmith committed Apr 7, 2016
2 parents 104501e + ad3f6dc commit 71575f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/arrays.indexing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 71575f1

Please sign in to comment.