*ARCHIVED* development moved to aircraft-studio.
typos in Airfoil docstring
creator.py
@@ -111,7 +111,7 @@
111
111
Please note: the coordinates are saved as two lists
112
112
for the x- and z-coordinates. The coordinates start at
113
113
the leading edge, travel over the airfoil's upper edge,
114
Removed:
then loops back to the leading edge via the lower edge.
114
Added:
then loop back to the leading edge via the lower edge.
115
115
This method was chosen for easier future exports
116
116
to 3D CAD packages like SolidWorks, which can import
117
117
geometry as coordinates written in a CSV file.