From 73d68d23c20b5693fbb1064dc2b65802fe97ebcb Mon Sep 17 00:00:00 2001 From: Felix Kleinert <f.kleinert@fz-juelich.de> Date: Tue, 23 Mar 2021 16:39:07 +0100 Subject: [PATCH] fix docstr --- mlair/helpers/geofunctions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlair/helpers/geofunctions.py b/mlair/helpers/geofunctions.py index 9fe6b2b7..3082b563 100644 --- a/mlair/helpers/geofunctions.py +++ b/mlair/helpers/geofunctions.py @@ -334,7 +334,7 @@ class VectorRotate: def ull_vll2wdir(self, ull, vll): """ - Conbert u, v to wind direction. + Convert u, v to wind direction. :param ull: Wind's u-component :type ull: -- GitLab