Skip to content

Commit

Permalink
add newlines to docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jul 20, 2022
1 parent c90f8a1 commit 1e04de3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stormevents/stormevent.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def from_nhc_code(
) -> "StormEvent":
"""
retrieve storm information from the NHC code
:param nhc_code: NHC code
:param start_date: starting time
:param end_date: ending time
Expand Down Expand Up @@ -130,6 +131,7 @@ def from_usgs_id(
) -> "StormEvent":
"""
retrieve storm information from the USGS flood event ID
:param usgs_id: USGS flood event ID
:param start_date: starting time
:param end_date: ending time
Expand Down

0 comments on commit 1e04de3

Please sign in to comment.