diff --git a/opendata-python/README.md b/opendata-python/README.md index e0d3b94..60ac5e1 100644 --- a/opendata-python/README.md +++ b/opendata-python/README.md @@ -111,7 +111,7 @@ activities = list(athlete.activities()) This way you can access single activities by index: ```python -activity = actitivies[99] +activity = activities[99] ``` To get a specific activity for an athlete by activity_id: