From 81708bbbca71242983c78311945aeb8948cd00df Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 14 Feb 2019 17:32:59 +0100 Subject: [PATCH] .polyline: mention tabs feature in doc string --- boxes/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index 249620e..672da89 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -700,9 +700,10 @@ class Boxes: """ Draw multiple connected lines - :param \*args: Alternating length in mm and angle. angle may be tuple - (angle, radius) + :param \*args: Alternating length in mm and angle in degrees. + lengths may be a tuple (length, #tabs) + angles may be tuple (angle, radius) """ for i, arg in enumerate(args): if i % 2: