Skip to content

Commit baadad7

Browse files
bucketclanjorisvandenbossche
authored andcommitted
DOC: Fixed typo in documentation for 'pandas.DataFrame.replace' (#17731)
1 parent 030e374 commit baadad7

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
@@ -4260,7 +4260,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
42604260
dicts of such objects are also allowed.
42614261
inplace : boolean, default False
42624262
If True, in place. Note: this will modify any
4263-
other views on this object (e.g. a column form a DataFrame).
4263+
other views on this object (e.g. a column from a DataFrame).
42644264
Returns the caller if this is True.
42654265
limit : int, default None
42664266
Maximum size gap to forward or backward fill

0 commit comments

Comments
 (0)