Skip to content

Commit 2ae8db6

Browse files
committed
Correct wrong unit in docstring
1 parent 8ff772b commit 2ae8db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/wind_turbine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def fetch_turbine_data(self):
111111
You can also use this function to import your own power (coefficient)
112112
curves. Therefore the wind speeds in m/s have to be in the first row
113113
and the corresponding power coefficient curve values or power
114-
curve values in W in a row where the first column contains the turbine
114+
curve values in kW in a row where the first column contains the turbine
115115
name (See directory windpowerlib/data as reference).
116116
117117
Returns

0 commit comments

Comments
 (0)