Planetary: Fix description
This commit is contained in:
parent
93af56ff9c
commit
46f40bdae6
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue