diff --git a/boxes/generators/planetary.py b/boxes/generators/planetary.py index 521a0cf..c31ae51 100644 --- a/boxes/generators/planetary.py +++ b/boxes/generators/planetary.py @@ -19,7 +19,8 @@ import math class Planetary(Boxes): - """Gearbox with multiple identical stages""" + + """Planetary Gear with possibly multiple identical stages""" def __init__(self): Boxes.__init__(self)