typo in ex2_5

This commit is contained in:
Seb 2024-02-16 23:35:02 +01:00
parent 0eedffd429
commit 271ed03ff2

View File

@ -206,7 +206,7 @@ into 4 separate `append()` operations.
class RideData(collections.abc.Sequence):
def __init__(self):
# Each value is a list with all of the values (a column)
# Each value is a list with all the values (a column)
self.routes = []
self.dates = []
self.daytypes = []