Skip to content

Commit ce7886a

Browse files
Removing double space.
1 parent 8cd9a89 commit ce7886a

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
@@ -7369,7 +7369,7 @@ def resample(self, rule, how=None, axis=0, fill_method=None, closed=None,
73697369
Resample time-series data.
73707370
73717371
Convenience method for frequency conversion and resampling of time
7372-
series. Object must have a datetime-like index (``DatetimeIndex``,
7372+
series. Object must have a datetime-like index (``DatetimeIndex``,
73737373
``PeriodIndex``, or ``TimedeltaIndex``), or pass datetime-like values
73747374
to the ``on`` or ``level`` keyword.
73757375

0 commit comments

Comments
 (0)