diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 2fb0e348c01c0..6fd4f3eeb6b90 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -4260,7 +4260,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None, dicts of such objects are also allowed. inplace : boolean, default False If True, in place. Note: this will modify any - other views on this object (e.g. a column form a DataFrame). + other views on this object (e.g. a column from a DataFrame). Returns the caller if this is True. limit : int, default None Maximum size gap to forward or backward fill