Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_inset/geom.py')
-rw-r--r--mesh_inset/geom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_inset/geom.py b/mesh_inset/geom.py
index 98059dcf..a7eb4fed 100644
--- a/mesh_inset/geom.py
+++ b/mesh_inset/geom.py
@@ -643,7 +643,7 @@ def VecDot(a, b):
def VecLen(a):
- """Return the Euclidean lenght of the argument vector.
+ """Return the Euclidean length of the argument vector.
Args:
a: n-tuple of floats