Skip to content

Commit 779e57c

Browse files
author
y-p
committed
Merge pull request #5989 from adeodatus/master
* adeodatus-master: Change "methdo" to "method" in asfreq's docstring.
2 parents f1e24db + bdb9c8f commit 779e57c

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
@@ -2486,7 +2486,7 @@ def asfreq(self, freq, method=None, how=None, normalize=False):
24862486
method : {'backfill', 'bfill', 'pad', 'ffill', None}
24872487
Method to use for filling holes in reindexed Series
24882488
pad / ffill: propagate last valid observation forward to next valid
2489-
backfill / bfill: use NEXT valid observation to fill methdo
2489+
backfill / bfill: use NEXT valid observation to fill method
24902490
how : {'start', 'end'}, default end
24912491
For PeriodIndex only, see PeriodIndex.asfreq
24922492
normalize : bool, default False

0 commit comments

Comments
 (0)