Skip to content

Commit

Permalink
MNT: Fix typo in parachute trigger string
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-FernandesBR committed Nov 30, 2023
1 parent c1e43ec commit a6dfea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rocketpy/rocket/parachute.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Parachute:
case, the parachute will be ejected when the rocket reaches this height
above ground level.
- The string "apogee," which triggers the parachute at apogee, i.e.,
- The string "apogee" which triggers the parachute at apogee, i.e.,
when the rocket reaches its highest point and starts descending.
Note: The function will be called according to the sampling rate
Expand Down Expand Up @@ -126,7 +126,7 @@ def __init__(
case, the parachute will be ejected when the rocket reaches this
height above ground level.
- The string "apogee," which triggers the parachute at apogee, i.e.,
- The string "apogee" which triggers the parachute at apogee, i.e.,
when the rocket reaches its highest point and starts descending.
Note: The function will be called according to the sampling rate
Expand Down
2 changes: 1 addition & 1 deletion rocketpy/rocket/rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def add_parachute(
case, the parachute will be ejected when the rocket reaches this height
above ground level.
- The string "apogee," which triggers the parachute at apogee, i.e.,
- The string "apogee" which triggers the parachute at apogee, i.e.,
when the rocket reaches its highest point and starts descending.
Note: The function will be called according to the sampling rate
Expand Down

0 comments on commit a6dfea3

Please sign in to comment.