Skip to content

Commit 95a0355

Browse files
committed
Fix docstring
1 parent dd8dc28 commit 95a0355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pysketball/nba_scraper.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ def nba_scraper(season_year, season_type="regular", csv_path=None):
1919
season_year : int
2020
An integer input of the year of interest for the NBA season.
2121
season_type : string
22-
A string input of the NBA season type (either "regular" or playoff).
22+
A string input of the NBA season type (either "regular" or
23+
"postseason").
2324
Default is "regular".
2425
csv_path_name : string
2526
A string input stating the path to store the scraped csv file and

0 commit comments

Comments
 (0)