Skip to content

Commit 2417399

Browse files
committed
Minor changes in docstrings
1 parent 8132f2a commit 2417399

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/further_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
The ``further_example`` module shows a further usage of the windpowerlib.
33
4-
In this example uses functions from the ``basic_example`` module where the
4+
This example uses functions from the ``basic_example`` module where the
55
basic usage of the windpowerlib is shown.
66
77

windpowerlib/wind_turbine_cluster.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""
22
The ``wind_turbine_cluster`` module contains the class WindTurbineCluster that
3-
implements a wind turbine cluster in the windpowerlib and functions needed for
4-
the modelling of a wind turbine cluster.
5-
A wind turbine cluster comprises wind farms belonging to the same weather
6-
data grid point.
3+
implements a wind turbine cluster in the windpowerlib and provides functions
4+
needed for modelling a wind turbine cluster.
5+
A wind turbine cluster comprises wind farms and wind turbines belonging to the
6+
same weather data point.
77
88
"""
99

0 commit comments

Comments
 (0)