Fix typo
This commit is contained in:
parent
575f41beff
commit
284857d94a
|
@ -28,7 +28,7 @@ class GearBox(Boxes):
|
||||||
help="number of teeth on outgoing shaft")
|
help="number of teeth on outgoing shaft")
|
||||||
self.argparser.add_argument(
|
self.argparser.add_argument(
|
||||||
"--modulus", action="store", type=float, default=3,
|
"--modulus", action="store", type=float, default=3,
|
||||||
help="modulus of thetth in mm")
|
help="modulus of the theeth in mm")
|
||||||
self.argparser.add_argument(
|
self.argparser.add_argument(
|
||||||
"--shaft", action="store", type=float, default=6.,
|
"--shaft", action="store", type=float, default=6.,
|
||||||
help="diameter of the shaft")
|
help="diameter of the shaft")
|
||||||
|
|
Loading…
Reference in New Issue