Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Nov 16, 2023
1 parent b0068bd commit ad68979
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 @@ -2030,7 +2030,7 @@ def _maybe_pin_freq(self, freq, validate_kwds: dict):
"""
Constructor helper to pin the appropriate `freq` attribute. Assumes
that self._freq is currently set to any freq inferred in
_from_sequence_not_strict_without_freq.
_from_sequence_not_strict.
"""
if freq is None:
# user explicitly passed None -> override any inferred_freq
Expand Down

0 comments on commit ad68979

Please sign in to comment.