Skip to content

Commit

Permalink
small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roeldegoede committed Nov 3, 2023
1 parent 5382026 commit bb4d22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cht_observations/_noaa_coops.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_data(
units:str="SI",
datum:str="MSL"
):
""""
"""
Get data from NOAA COOPS
Parameters
Expand All @@ -58,7 +58,7 @@ def get_data(
-------
df : pandas.DataFrame
Data frame with data
""""
"""
t0_string = tstart.strftime("%Y%m%d")
t1_string = tstop.strftime("%Y%m%d")

Expand Down

0 comments on commit bb4d22b

Please sign in to comment.