diff --git a/pandas/core/generic.py b/pandas/core/generic.py index ef10958ac1153..e46a0aa044b6d 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -1451,8 +1451,8 @@ def equals(self, other: object) -> bool_t: the same location are considered equal. The row/column index do not need to have the same type, as long - as the values are considered equal. Corresponding columns must be of - the same dtype. + as the values are considered equal. Corresponding columns and + index must be of the same dtype. Parameters ----------