Skip to content

Commit 265c85f

Browse files
committed
correct release
1 parent b3a1971 commit 265c85f

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
@@ -4086,7 +4086,7 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
40864086
fill_value: scalar, optional
40874087
Value to use for missing values, applied before resampling
40884088
4089-
.. version added:: 0.19.2
4089+
.. version added:: 0.20.0
40904090
40914091
To learn more about the offset strings, please see `this link
40924092
<http://pandas.pydata.org/pandas-docs/stable/timeseries.html#offset-aliases>`__.

0 commit comments

Comments
 (0)