Fixed typo
svn: r1127
This commit is contained in:
parent
634f484c28
commit
2f4d2afe49
@ -1041,7 +1041,7 @@ def compare_dates(f,s):
|
||||
return cmp(first.year,second.year)
|
||||
elif first.month != second.month:
|
||||
return cmp(first.month,second.month)
|
||||
else if first.mode == second.mode:
|
||||
elif first.mode == second.mode:
|
||||
return cmp(first.day,second.day)
|
||||
else:
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user