Skip to content

Commit 2826567

Browse files
committed
correct release
1 parent 0ee6e3f commit 2826567

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

0 commit comments

Comments
 (0)