Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleaman committed Jan 29, 2020
1 parent 4ca5d5a commit eb51b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_wave_runup/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ class Passarella2018(RunupModel):
Examples:
Calculate IG swash given Hs=4m, Tp=11s, beta=0.1
>>> from py_wave_runup.models import Passarrella2018
>>> from py_wave_runup.models import Passarella2018
>>> pas18 = Passarella2018(Hs=4, Tp=11, beta=0.1)
>>> pas18.sig
1.5687930560916425
Expand Down

0 comments on commit eb51b42

Please sign in to comment.