Skip to content

Commit 9506cc4

Browse files
committed
minor typo
1 parent 4747c98 commit 9506cc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/internals/blocks.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,8 @@ def putmask(self, mask, new, align=True, inplace=False, axis=0,
999999
mask[mask].shape[-1] == len(new) or
10001000
len(new) == 1):
10011001
raise NotImplementedError(
1002-
"Replace with array-like of mismatch length with mask "
1003-
"is not supported.")
1002+
"Replace with array-like of mismatch length to masked "
1003+
"array is not supported.")
10041004

10051005
np.putmask(new_values, mask, new)
10061006

0 commit comments

Comments
 (0)