Skip to content

Commit a9044fa

Browse files
committed
Fix typo
1 parent 829c00b commit a9044fa

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
@@ -170,7 +170,7 @@ def __init__(self, hub_height, nominal_power=None, path='oedb',
170170
" and without a power coefficient curve.\nYou will not be"
171171
" able to calculate the power output.\n"
172172
" Check if the turbine type {0} is in your database file"
173-
" or if you you passed a valid curve.")
173+
" or if you passed a valid curve.")
174174
warnings.warn(msg.format(turbine_type), WindpowerlibUserWarning)
175175

176176
def __repr__(self):

0 commit comments

Comments
 (0)