Airfoil docstring

Commit
70116a396caa2ae02b857f751a4df31886592795
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
creator.py
index 3749bf7a..d378c356 100644..100644
@@ -112,6 +112,9 @@
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 114 then loops back to the leading edge via the lower edge.
115 Added: This method was chosen for easier future exports
116 Added: to 3D CAD packages like SolidWorks, which can import
117 Added: geometry as coordinates written in a CSV file.
115 118 '''
116 119
117 120 def __init__(self):