Skip to content

Commit

Permalink
Spell check fix (lenght -> length)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Montagne committed May 16, 2012
1 parent b69584b commit ce7c146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion io_curve_svg/import_svg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down
2 changes: 1 addition & 1 deletion mesh_inset/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce7c146

Please sign in to comment.