Skip to content

Commit

Permalink
DOC: replace deprecated frequency alias (pandas-dev#58256)
Browse files Browse the repository at this point in the history
replace deprecated alias
  • Loading branch information
abonte authored and pmhatre1 committed May 7, 2024
1 parent d9b1edd commit 6f7d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/arrays/datetimelike.py
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,7 @@ def strftime(self, date_format: str) -> npt.NDArray[np.object_]:
----------
freq : str or Offset
The frequency level to {op} the index to. Must be a fixed
frequency like 'S' (second) not 'ME' (month end). See
frequency like 's' (second) not 'ME' (month end). See
:ref:`frequency aliases <timeseries.offset_aliases>` for
a list of possible `freq` values.
ambiguous : 'infer', bool-ndarray, 'NaT', default 'raise'
Expand Down

0 comments on commit 6f7d97b

Please sign in to comment.