From fb4791f8033f3648df632e164e82481db3b167b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Mon, 25 Feb 2019 23:26:14 +0100 Subject: [PATCH] Fix typo in help text for tabs --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 1e2a061..b606934 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -245,7 +245,7 @@ class Boxes: help="format of resulting file") defaultgroup.add_argument( "--tabs", action="store", type=float, default=0.0, - help="width of tabs holding th parts in place in mm (not supported everywhere)") + help="width of tabs holding the parts in place in mm (not supported everywhere)") defaultgroup.add_argument( "--debug", action="store", type=boolarg, default=False, help="print surrounding boxes for some structures")