Skip to content

Commit 63fa13f

Browse files
committed
Minor changes in docstring
1 parent 81a922d commit 63fa13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windpowerlib/wind_turbine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class WindTurbine(object):
2828
----------
2929
name : string
3030
Name of the wind turbine type.
31-
Use :py:func:`~.get_turbine_types` to see a list of all wind turbines
31+
Use :py:func:`~.get_turbine_types` to see a table of all wind turbines
3232
for which power (coefficient) curve data is provided.
3333
hub_height : float
3434
Hub height of the wind turbine in m.
@@ -62,7 +62,7 @@ class WindTurbine(object):
6262
----------
6363
name : string
6464
Name of the wind turbine type.
65-
Use :py:func:`~.get_turbine_types` to see a list of all wind turbines
65+
Use :py:func:`~.get_turbine_types` to see a table of all wind turbines
6666
for which power (coefficient) curve data is provided.
6767
hub_height : float
6868
Hub height of the wind turbine in m.

0 commit comments

Comments
 (0)