From e545647605178972ccf8a223c7d97c047e6790df Mon Sep 17 00:00:00 2001 From: Adam Dybbroe Date: Tue, 3 Dec 2024 11:14:48 +0100 Subject: [PATCH] Update trollsched/pass_scheduling_utils.py Co-authored-by: Panu Lahtinen --- trollsched/pass_scheduling_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trollsched/pass_scheduling_utils.py b/trollsched/pass_scheduling_utils.py index 1fbfd9c..ec8bf4d 100644 --- a/trollsched/pass_scheduling_utils.py +++ b/trollsched/pass_scheduling_utils.py @@ -24,7 +24,7 @@ class SatScore: - """Container for the score parameter desciding which satellite pass to take.""" + """Container for the score parameter deciding which satellite pass to take.""" def __init__(self, day, night): """Initialize the score."""