Skip to content

Commit 297a19e

Browse files
authored
DOC: Fix typo "numpy.ndarray.putmask" (#60731)
Should be "numpy.putmask"
1 parent bbd6526 commit 297a19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5348,7 +5348,7 @@ def putmask(self, mask, value) -> Index:
53485348
53495349
See Also
53505350
--------
5351-
numpy.ndarray.putmask : Changes elements of an array
5351+
numpy.putmask : Changes elements of an array
53525352
based on conditional and input values.
53535353
53545354
Examples

0 commit comments

Comments
 (0)