Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfo-viana committed Feb 26, 2024
1 parent 21ef265 commit 2faf7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/aulas/intro-py/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ def scrape_station(station): # parâmetro é `station`
# para cada uma das estações na lista...
for station in ['KCLT', 'KCQT', 'KHOU', 'KIND', 'KJAX', 'KMDW', 'KNYC', 'KPHL', 'KPHX', 'KSEA']:
# ...execute a função
# ...execute a função para cada estação
scrape_station(station)
```
{{< /expandable >}}

0 comments on commit 2faf7c3

Please sign in to comment.