From d2e12978752857e4b4f99ff0575e6a1535ea7c83 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sat, 2 Apr 2016 21:15:05 +0200 Subject: [PATCH] Fix typo --- boxes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 6242217..14d5081 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -178,7 +178,7 @@ class Boxes: self.argparser.add_argument( "--sx", action="store", type=argparseSections, default="50*3", - help="""sections left to right in mm. Possible formats: overallwidth/numberof sections e.g. "250/5"; sectionwith*numberofsections e.g. "50*5"; section widths separated by ":" e.g. "30:25.5:70" + help="""sections left to right in mm. Possible formats: overallwidth/numberof sections e.g. "250/5"; sectionwidth*numberofsections e.g. "50*5"; section widths separated by ":" e.g. "30:25.5:70" """) elif arg == "sy": self.argparser.add_argument(