Skip to content

Commit 8aaadbe

Browse files
author
Chang She
committed
BUG: typo in frequencies.py
1 parent aa57e8c commit 8aaadbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/frequencies.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_freq_code(freqstr):
4747

4848
if isinstance(freqstr, tuple):
4949
if (com.is_integer(freqstr[0]) and
50-
com.is_integer(freqstr[1]))
50+
com.is_integer(freqstr[1])):
5151
#e.g., freqstr = (2000, 1)
5252
return freqstr
5353
else:

0 commit comments

Comments
 (0)