Skip to content

Commit

Permalink
DOC: improve wording of Environment init.
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
phmbressan and Gui-FernandesBR committed Mar 25, 2024
1 parent 826efcc commit 6b84c03
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rocketpy/environment/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,10 @@ def __init__(
timezone="UTC",
max_expected_height=80000.0,
):
"""Initialize Environment class, saving parameters of the launch location,
such as launch date, coordinates and elevation. This class also computes
relevant quantities for the Flight simulation, such as air pressure, density
"""Initializes the Environment class, capturing essential parameters of
the launch site, including the launch date, geographical coordinates,
and elevation. This class is designed to calculate crucial variables
for the Flight simulation, such as atmospheric air pressure, density,
and gravitational acceleration.
Note that the default atmospheric model is the International Standard Atmosphere
Expand Down

0 comments on commit 6b84c03

Please sign in to comment.