From 15adc5aa25dd3d5b1903c10df8175d83c6225143 Mon Sep 17 00:00:00 2001 From: birgits Date: Thu, 8 Feb 2024 21:49:59 -0800 Subject: [PATCH] Fix typo --- windpowerlib/wind_speed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windpowerlib/wind_speed.py b/windpowerlib/wind_speed.py index 3271829..766249c 100644 --- a/windpowerlib/wind_speed.py +++ b/windpowerlib/wind_speed.py @@ -36,7 +36,7 @@ def logarithmic_profile( Roughness length. obstacle_height : float Height of obstacles in the surrounding area of the wind turbine. Set - `obstacle_height` to zero for wide spread obstacles. Default: 0. + `obstacle_height` to zero for widespread obstacles. Default: 0. Returns -------