Skip to content

Commit c555241

Browse files
committed
Fix grammar in error message
1 parent f42bee0 commit c555241

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
@@ -410,6 +410,6 @@ def get_turbine_types(turbine_library="local", print_out=True, filter_=True):
410410
print(turbine_library, print_out, filter_)
411411
msg = (
412412
"\nUse >>from windpowerlib import get_turbine_types<< not"
413-
">>from windpowerlib.wind_turbine import get_turbine_types<< not "
413+
">>from windpowerlib.wind_turbine import get_turbine_types<<."
414414
)
415415
raise ImportError(msg)

0 commit comments

Comments
 (0)