From e6e6362bab161647ee8b55a9a83dd0505f6e1cc9 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Wed, 7 Sep 2022 22:44:50 +0200 Subject: [PATCH] DOC: Fix typo --- pandas/core/generic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index a5a75e0a3f7fb..8b2a563fffd30 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -9898,7 +9898,7 @@ def where( :ref:`indexing `. The dtype of the object takes precedence. The fill value is casted to - the objects dtype, if this can be done losslessly. + the object's dtype, if this can be done losslessly. Examples --------