Skip to content

Commit f912077

Browse files
committed
Correct docstring
1 parent c743574 commit f912077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def smallest_difference(value_1, value_2, comp_value, corresp_1, corresp_2):
3737
3838
Returns
3939
-------
40-
Tuple(float, float,)
40+
Tuple(float, float)
4141
Value closer to comparing value as float and its corresponding value as
4242
float.
4343
"""

0 commit comments

Comments
 (0)