Skip to content

Commit 08446fa

Browse files
authored
to fix line too long
1 parent e1b76d9 commit 08446fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/indexes/datetimelike.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,8 @@ def inferred_freq(self) -> str | None:
622622
See Also
623623
--------
624624
DatetimeIndex.freq : Return the frequency object if it is set, otherwise None.
625-
DatetimeIndex.freqstr : Return the frequency string if it is set, otherwise None.
625+
DatetimeIndex.freqstr :
626+
Return the frequency string if it is set, otherwise None.
626627
627628
Examples
628629
--------

0 commit comments

Comments
 (0)