Skip to content

Commit

Permalink
Update trollsched/pass_scheduling_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Panu Lahtinen <[email protected]>
  • Loading branch information
adybbroe and pnuu authored Dec 3, 2024
1 parent ba5f81e commit e545647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trollsched/pass_scheduling_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit e545647

Please sign in to comment.