diff --git a/pandas/core/generic.py b/pandas/core/generic.py index ced930b936ba5..98b14d045d491 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -10735,8 +10735,8 @@ def where( element in the calling DataFrame, if ``cond`` is ``{cond}`` the element is used; otherwise the corresponding element from the DataFrame ``other`` is used. If the axis of ``other`` does not align with axis of - ``cond`` {klass}, the misaligned index positions will be filled with - {cond_rev}. + ``cond`` {klass}, the values of ``cond`` on misaligned index positions + will be filled with {cond_rev}. The signature for :func:`DataFrame.where` differs from :func:`numpy.where`. Roughly ``df1.where(m, df2)`` is equivalent to