Skip to content

Commit 53b1a36

Browse files
committed
Correct link towards operator.index() in docs
1 parent ec8d389 commit 53b1a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/ndarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Container customization: (see :ref:`Indexing <routines.indexing>`)
405405
dpnp.ndarray.__contains__
406406

407407
Conversion; the operations :class:`int() <int>`, :class:`float() <float>`,
408-
:class:`complex() <complex>` and :func:`operator.index() <index>`.
408+
:class:`complex() <complex>` and :func:`operator.index() <operator.index>`.
409409
They work only on arrays that have one element in them
410410
and return the appropriate scalar.
411411

0 commit comments

Comments
 (0)