spelling mistake
This commit is contained in:
parent
7b2ea7ea8d
commit
5e512aba8e
|
@ -11,7 +11,7 @@ from ..util import Context, Prediction
|
||||||
|
|
||||||
def is_tide(context: Context) -> Prediction:
|
def is_tide(context: Context) -> Prediction:
|
||||||
"""
|
"""
|
||||||
Determine whether or not it is night in Aarhus based no the current water level and which month we are in, based
|
Determine whether or not it is night in Aarhus based on the current water level and which month we are in, based
|
||||||
on number of cars driving across The Storbæltsbro.
|
on number of cars driving across The Storbæltsbro.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue