Skip to content

Commit

Permalink
Update searvey/_ndbc_api.py
Browse files Browse the repository at this point in the history
Fix Spelling

Co-authored-by: Thomas Saillour <[email protected]>
  • Loading branch information
abdu558 and tomsail authored Jul 24, 2024
1 parent b12d409 commit c04e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searvey/_ndbc_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def fetch_ndbc_station(
)

if df.empty:
logger.warnings(f"No data avaliable for station {station_id}")
logger.warning(f"No data available for station {station_id}")
return df

except Exception as e:
Expand Down

0 comments on commit c04e89a

Please sign in to comment.