From ecde354b50fd0a4e53bff595daa759a830b54eee Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 8 Jun 2019 17:23:49 -0700 Subject: misc spelling --- creator.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/creator.py b/creator.py index 17c1d98..d5ff3ec 100644 --- a/creator.py +++ b/creator.py @@ -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) -- cgit v1.2.3