Skip to content

Commit 29a1d7f

Browse files
committed
Correct docstring
1 parent 4fb56b6 commit 29a1d7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windpowerlib/tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ def smallest_difference(data_frame, comp_value, column_name):
1515
1616
Additionally returns a corresponding value. This function is for example
1717
used in :py:func:`~.modelchain.v_wind_hub` of the
18-
:class:`~.modelchain.ModelChain` to choose the wind speed data that is
19-
close to the hub height of the examined wind turbine. In this case the
18+
:class:`~.modelchain.ModelChain` to choose the wind speed data that is the
19+
closest to the hub height of the examined wind turbine. In this case the
2020
column of the data frame contains wind speed time series and the indices
2121
are the corresponding heights for which these time series apply.
2222

0 commit comments

Comments
 (0)