diff --git a/rocketpy/rocket/rocket.py b/rocketpy/rocket/rocket.py index ec3bfc0ec..d6d2a87b9 100644 --- a/rocketpy/rocket/rocket.py +++ b/rocketpy/rocket/rocket.py @@ -1342,7 +1342,7 @@ def add_free_form_fins( ---------- n : int Number of fins, from 2 to infinity. - shape_points : list + shape_points : list[tuple[float, float]] List of tuples (x, y) containing the coordinates of the fin's geometry defining points. The point (0, 0) is the root leading edge. Positive x is rearwards, positive y is upwards (span direction).