diff options
author | Marius Peter <blendoit@gmail.com> | 2019-06-08 17:23:49 -0700 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2019-06-08 17:23:49 -0700 |
commit | ecde354b50fd0a4e53bff595daa759a830b54eee (patch) | |
tree | 7382cec13af9a02da9dd9ba5376246511db466e5 | |
parent | d613d11eab93f40b933e1d06d609bdcfc11a7032 (diff) |
misc spelling
-rw-r--r-- | creator.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -239,8 +239,6 @@ class Spar(Coordinates): """Contains a single spar's location and material."""
global parent
- # Blendo
-
def __init__(self):
super().__init__(parent.chord, parent.semi_span)
|