Skip to content

Commit 48d9b56

Browse files
phoflnoatamir
authored andcommitted
DOC: Fix typo (pandas-dev#48452)
1 parent b6f4dcf commit 48d9b56

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)