Fixed typo in function name
This commit is contained in:
parent
94e9fdbf52
commit
b865f86b33
@ -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:
|
||||
|
||||
```python
|
||||
>>> rows = readrides.read_rides_as_columns('Data/ctabus.csv')
|
||||
>>> rows = readrides.read_rides_as_dicts('Data/ctabus.csv')
|
||||
>>> rows
|
||||
<readrides.RideData object at 0x10f5054a8>
|
||||
>>> len(rows)
|
||||
|
Loading…
Reference in New Issue
Block a user