Skip to content

Commit

Permalink
DOC: Fix typo "numpy.ndarray.putmask" (#60731)
Browse files Browse the repository at this point in the history
Should be "numpy.putmask"
  • Loading branch information
wjandrea authored Jan 21, 2025
1 parent bbd6526 commit 297a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/indexes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5348,7 +5348,7 @@ def putmask(self, mask, value) -> Index:
See Also
--------
numpy.ndarray.putmask : Changes elements of an array
numpy.putmask : Changes elements of an array
based on conditional and input values.
Examples
Expand Down

0 comments on commit 297a19e

Please sign in to comment.