8000 Merge pull request #7526 from madphysicist/patch-1 · numpy/numpy@71575f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71575f1

Browse files
committed
Merge pull request #7526 from madphysicist/patch-1
DOC: Removed an extra `:const:`
2 parents 104501e + ad3f6dc commit 71575f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/reference/arrays.indexing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ concepts to remember include:
171171
.. data:: newaxis
172172

173173
The :const:`newaxis` object can be used in all slicing operations to
174-
create an axis of length one. :const: :const:`newaxis` is an alias for
174+
create an axis of length one. :const:`newaxis` is an alias for
175175
'None', and 'None' can be used in place of this with the same result.
176176

177177

0 commit comments

Comments
 (0)
0