From 6b84c03bdaafd96c140067cfbf0a00fe05556d1e Mon Sep 17 00:00:00 2001 From: Pedro Bressan Date: Mon, 25 Mar 2024 19:53:37 -0300 Subject: [PATCH] DOC: improve wording of Environment init. Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com> --- rocketpy/environment/environment.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rocketpy/environment/environment.py b/rocketpy/environment/environment.py index 182736848..1e88d2cb0 100644 --- a/rocketpy/environment/environment.py +++ b/rocketpy/environment/environment.py @@ -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