Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Aug 26, 2024
1 parent 5bca508 commit af1be5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtual_ship/expedition/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class _YamlDumper(yaml.SafeDumper):

class Checkpoint(BaseModel):
"""
Checkpoint is schedule simulation.
A checkpoint of schedule simulation.
Until where the schedule execution proceeded without troubles.
Copy of the schedule until where the simulation proceeded without troubles.
"""

past_schedule: Schedule
Expand Down

0 comments on commit af1be5b

Please sign in to comment.