Skip to content

Commit a467afd

Browse files
committed
Reverting docstring entry for default value of limit_direction
1 parent 0bb36de commit a467afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6527,7 +6527,7 @@ def replace(
65276527
0.
65286528
inplace : bool, default False
65296529
Update the data in place if possible.
6530-
limit_direction : {'forward', 'backward', 'both'}, default is None
6530+
limit_direction : {'forward', 'backward', 'both'}, default is 'forward'
65316531
If limit is specified, consecutive NaNs will be filled in this
65326532
direction. If the methods 'pad' or 'ffill' are used it must be
65336533
None or 'forward'. If 'backfill' or 'bfill' are use it must be

0 commit comments

Comments
 (0)