Skip to content

Commit 7a3e3a0

Browse files
committed
Fix docstring
1 parent 6647a5a commit 7a3e3a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

windpowerlib/wind_turbine.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,7 @@ def get_turbine_data_from_file(turbine_type, path):
351351
r"""
352352
Fetches turbine data from a csv file.
353353
354-
See `example_power_curves.csv', `example_power_coefficient_curves.csv` and
355-
`example_turbine_data.csv` in example/data for the required format of
356-
a csv file. Make sure to provide wind speeds in m/s and power in W or
354+
Make sure to provide wind speeds in m/s and power in W or
357355
convert units after loading the data.
358356
359357
Parameters

0 commit comments

Comments
 (0)