Planetary: Fix description

This commit is contained in:
Florian Festi 2016-08-22 20:46:53 +02:00
parent 93af56ff9c
commit 46f40bdae6
1 changed files with 2 additions and 1 deletions

View File

@ -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)