Skip to content

Commit

Permalink
Fixing errors in the documentation (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatCarvalho21 authored Aug 17, 2024
1 parent 1a42bba commit e43a2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ They are `import`ed from the `data` path.

=== "League"
```python
from basketball_reference_web_scraper.data import Location
from basketball_reference_web_scraper.data import League
```

!!! note
Expand Down Expand Up @@ -589,7 +589,7 @@ or appended to the specified file path (or any of other the Python file mode opt

client.standings(
season_end_year=2019,
output_type=OutputType.JSON,
output_type=OutputType.CSV,
output_file_path="./2019_standings.csv"
)
```
Expand Down

0 comments on commit e43a2fd

Please sign in to comment.