Skip to content

Commit acfdd20

Browse files
committed
Correct a typo of version number in the docstring of _shared_docs['interpolate'] which is the docstring for pandas.core.resample.Resampler.interpolate, pandas.DataFrame.interpolate, pandas.Series.interpolate, and pandas.Panel.interpolate. Reference can be found at pandas-dev#8000
1 parent 5449279 commit acfdd20

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
@@ -6648,7 +6648,7 @@ def replace(self, to_replace=None, value=None, inplace=False, limit=None,
66486648
(interpolate).
66496649
* 'outside': Only fill NaNs outside valid values (extrapolate).
66506650
6651-
.. versionadded:: 0.21.0
6651+
.. versionadded:: 0.23.0
66526652
66536653
downcast : optional, 'infer' or None, defaults to None
66546654
Downcast dtypes if possible.

0 commit comments

Comments
 (0)