Skip to content

Commit 8725a48

Browse files
committed
Update frequencies.py
Removed empty line and deleted spaces.
1 parent 284092f commit 8725a48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tseries/frequencies.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,12 @@ def infer_freq(index, warn: bool = True) -> Optional[str]:
145145
If the index is not datetime-like.
146146
ValueError
147147
If there are fewer than three values.
148-
148+
149149
Examples
150150
--------
151151
>>> idx = pd.date_range(start = '2020/12/01', end = '2020/12/30', periods = 30)
152152
>>> pd.infer_freq(idx)
153153
'D'
154-
155154
"""
156155
import pandas as pd
157156

0 commit comments

Comments
 (0)