Skip to content

Commit 2143ed3

Browse files
Lucas-PratesGui-FernandesBR
authored andcommitted
DOC: fix incorrect documentation names of attributes
1 parent 3051605 commit 2143ed3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rocketpy/motors/hybrid_motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class HybridMotor(Motor):
7272
HybridMotor.propellant_mass : Function
7373
Total propellant mass in kg as a function of time, this includes the
7474
mass of fluids in each tank and the mass of the solid grains.
75-
Motor.structural_mass_ratio: float
75+
HybridMotor.structural_mass_ratio: float
7676
Initial ratio between the dry mass and the total mass.
7777
HybridMotor.total_mass_flow_rate : Function
7878
Time derivative of propellant total mass in kg/s as a function

rocketpy/motors/liquid_motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class LiquidMotor(Motor):
4747
LiquidMotor.propellant_mass : Function
4848
Total propellant mass in kg as a function of time, includes fuel
4949
and oxidizer.
50-
Motor.structural_mass_ratio: float
50+
LiquidMotor.structural_mass_ratio: float
5151
Initial ratio between the dry mass and the total mass.
5252
LiquidMotor.total_mass_flow_rate : Function
5353
Time derivative of propellant total mass in kg/s as a function

rocketpy/motors/solid_motor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class SolidMotor(Motor):
7070
of propellant and dry mass.
7171
SolidMotor.propellant_mass : Function
7272
Total propellant mass in kg as a function of time.
73-
Motor.structural_mass_ratio: float
73+
SolidMotor.structural_mass_ratio: float
7474
Initial ratio between the dry mass and the total mass.
7575
SolidMotor.total_mass_flow_rate : Function
7676
Time derivative of propellant total mass in kg/s as a function

0 commit comments

Comments
 (0)