Skip to content

Commit 1f76b41

Browse files
DOC: Update rocketpy/rocket/rocket.py
Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 8665d25 commit 1f76b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/rocket/rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ def add_free_form_fins(
13421342
----------
13431343
n : int
13441344
Number of fins, from 2 to infinity.
1345-
shape_points : list
1345+
shape_points : list[tuple[float, float]]
13461346
List of tuples (x, y) containing the coordinates of the fin's
13471347
geometry defining points. The point (0, 0) is the root leading edge.
13481348
Positive x is rearwards, positive y is upwards (span direction).

0 commit comments

Comments
 (0)