Skip to content

Commit

Permalink
Merge pull request #21922 from davidgilbertson/patch-2
Browse files Browse the repository at this point in the history
DOC: fix typo on custom array containers page
  • Loading branch information
mattip committed Jul 5, 2022
2 parents 3c596da + e7c383c commit 0f7eaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user/basics.dispatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Notice that the return type is a standard ``numpy.ndarray``.
How can we pass our custom array type through this function? Numpy allows a
class to indicate that it would like to handle computations in a custom-defined
way through the interfaces ``__array_ufunc__`` and ``__array_function__``. Let's
take one at a time, starting with ``_array_ufunc__``. This method covers
take one at a time, starting with ``__array_ufunc__``. This method covers
:ref:`ufuncs`, a class of functions that includes, for example,
:func:`numpy.multiply` and :func:`numpy.sin`.

Expand Down

0 comments on commit 0f7eaf8

Please sign in to comment.