From 5e512aba8e1a583f1f10017a56984530687198d7 Mon Sep 17 00:00:00 2001 From: Alexander Munch-Hansen Date: Sun, 7 Apr 2019 02:25:31 +0200 Subject: [PATCH] spelling mistake --- server/nightr/strategies/tide_strat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/nightr/strategies/tide_strat.py b/server/nightr/strategies/tide_strat.py index 471ca2b..ef13e8c 100644 --- a/server/nightr/strategies/tide_strat.py +++ b/server/nightr/strategies/tide_strat.py @@ -11,7 +11,7 @@ from ..util import 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. """