Skip to content

Commit

Permalink
DOC: Fixed typo in documentation for 'pandas.DataFrame.replace' (#17731)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucketclan authored and jorisvandenbossche committed Oct 1, 2017
1 parent 030e374 commit baadad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baadad7

Please sign in to comment.