Skip to content

Commit

Permalink
Fix typo in array divmod example
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Nov 2, 2022
1 parent a973c5d commit eb007cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/array-arithmetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Expand any section for more details.

.. ipython:: python
x / y, x % y
x // y, x % y
divmod(x, y)
np.divmod(x, y)
Expand Down

0 comments on commit eb007cf

Please sign in to comment.