From 46f40bdae6667a01b657c780853d1fe3396774fd Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 22 Aug 2016 20:46:53 +0200 Subject: [PATCH] Planetary: Fix description --- boxes/generators/planetary.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)