Skip to content
Snippets Groups Projects
Commit ce7c1468 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Spell check fix (lenght -> length)

parent b69584b6
Branches
Tags
No related merge requests found
......@@ -447,7 +447,7 @@ class SVGPathData:
__slots__ = ('_data', # List of tokens
'_index', # Index of current token in tokens list
'_len') # Lenght og tokens list
'_len') # Length of tokens list
def __init__(self, d):
"""
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment