Fixed typo in function name

This commit is contained in:
David Beazley
2024-07-31 10:26:21 -05:00
parent 94e9fdbf52
commit b865f86b33

View File

@@ -297,7 +297,7 @@ the `RideData` class so that it produces a proper slice that
looks like a list of dictionaries? For example, like this: looks like a list of dictionaries? For example, like this:
```python ```python
>>> rows = readrides.read_rides_as_columns('Data/ctabus.csv') >>> rows = readrides.read_rides_as_dicts('Data/ctabus.csv')
>>> rows >>> rows
<readrides.RideData object at 0x10f5054a8> <readrides.RideData object at 0x10f5054a8>
>>> len(rows) >>> len(rows)