Skip to content

Commit

Permalink
MNT: Fix typo in parachute trigger error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 28, 2023
1 parent 83bcd02 commit c1e43ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpy/rocket/parachute.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def triggerfunc(p, h, y):
raise ValueError(

Check warning on line 204 in rocketpy/rocket/parachute.py

View check run for this annotation

Codecov / codecov/patch

rocketpy/rocket/parachute.py#L204

Added line #L204 was not covered by tests
f"Unable to set the trigger function for parachute '{self.name}'. "
+ "Trigger must be a callable, a float value or the string 'apogee'. "
+ "See the Parachute class documentation for mor information."
+ "See the Parachute class documentation for more information."
)

def __str__(self):
Expand Down

0 comments on commit c1e43ec

Please sign in to comment.