From f79f159e3111a9bbfd122cf713bde33a9fa28fb7 Mon Sep 17 00:00:00 2001
From: madsmpedersen <m@madsp.dk>
Date: Mon, 16 Nov 2015 12:52:24 +0100
Subject: [PATCH] =?UTF-8?q?changed=20a=20=C3=B6=20to=20o?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 wetb/fatigue_tools/bearing_damage.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wetb/fatigue_tools/bearing_damage.py b/wetb/fatigue_tools/bearing_damage.py
index 62b99d4..04af76d 100644
--- a/wetb/fatigue_tools/bearing_damage.py
+++ b/wetb/fatigue_tools/bearing_damage.py
@@ -6,13 +6,13 @@ Created on 13/10/2014
 
 def bearing_damage(angle_moment_lst, m=3, thresshold=0.1):
     """Function ported from Matlab.
-    
+
     Parameters
     ----------
     angle_moment_lst : ((angle_A_vector, moment_A_vector),(angle_B_vector, moment_B_vector),...)
         Angles[deg] and momements (e.g. pitch angle and blade root moment for the blades of a wind turbine)
     m : int, optional
-        analogue to Wöhler exponent, should be 3
+        analogue to Wohler exponent, should be 3
     threeshold : float, optional
         Pitch noise. Pitch movement below this thresshold is ignored
 
-- 
GitLab