Skip to content

Commit 24f3ebf

Browse files
committed
correct release
1 parent d3c2318 commit 24f3ebf

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

0 commit comments

Comments
 (0)