Skip to content

Commit 8a34591

Browse files
committed
Remove incorrect punctuation
1 parent 2a10e04 commit 8a34591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ def strftime(self, date_format: str) -> npt.NDArray[np.object_]:
17791779
Parameters
17801780
----------
17811781
freq : str or Offset
1782-
The frequency level to {op} the index to. Must be a fixed
1782+
The frequency level to {op} the index to must be a fixed
17831783
frequency like 's' (second) not 'ME' (month end). See
17841784
:ref:`frequency aliases <timeseries.offset_aliases>` for
17851785
a list of possible `freq` values.

0 commit comments

Comments
 (0)