diff --git a/rocketpy/rocket/parachute.py b/rocketpy/rocket/parachute.py index 8e3c06757..efc274985 100644 --- a/rocketpy/rocket/parachute.py +++ b/rocketpy/rocket/parachute.py @@ -223,8 +223,8 @@ def __str__(self): def __repr__(self): """Representation method for the class, useful when debugging.""" return ( - f"'{self.name}' parachute " - + f"(cd_s = {self.cd_s:.4f} m2, trigger = {self.trigger})" + f"" ) def info(self):