We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa57e8c commit 8aaadbeCopy full SHA for 8aaadbe
pandas/tseries/frequencies.py
@@ -47,7 +47,7 @@ def get_freq_code(freqstr):
47
48
if isinstance(freqstr, tuple):
49
if (com.is_integer(freqstr[0]) and
50
- com.is_integer(freqstr[1]))
+ com.is_integer(freqstr[1])):
51
#e.g., freqstr = (2000, 1)
52
return freqstr
53
else:
0 commit comments