Skip to content

Commit 28331e0

Browse files
authored
DOC: Fix typo (#48452)
1 parent 0b1d400 commit 28331e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9898,7 +9898,7 @@ def where(
98989898
:ref:`indexing <indexing.where_mask>`.
98999899
99009900
The dtype of the object takes precedence. The fill value is casted to
9901-
the objects dtype, if this can be done losslessly.
9901+
the object's dtype, if this can be done losslessly.
99029902
99039903
Examples
99049904
--------

0 commit comments

Comments
 (0)