File diff b833b7d8695a → 96a24489b6d2
vendor/symposion/schedule/timetable.py
Show inline comments
...
 
@@ -42,7 +42,7 @@ class TimeTable(object):
 

	
 
    @staticmethod
 
    def rowspan(times, start, end):
 
        return times.index(end) - times.index(start)
 
        return times.index(end) - times.index(start) -1
 

	
 

	
 
def pairwise(iterable):