.polyline: mention tabs feature in doc string
This commit is contained in:
parent
3a0e34eed8
commit
81708bbbca
|
@ -700,9 +700,10 @@ class Boxes:
|
||||||
"""
|
"""
|
||||||
Draw multiple connected lines
|
Draw multiple connected lines
|
||||||
|
|
||||||
:param \*args: Alternating length in mm and angle. angle may be tuple
|
:param \*args: Alternating length in mm and angle in degrees.
|
||||||
(angle, radius)
|
|
||||||
|
|
||||||
|
lengths may be a tuple (length, #tabs)
|
||||||
|
angles may be tuple (angle, radius)
|
||||||
"""
|
"""
|
||||||
for i, arg in enumerate(args):
|
for i, arg in enumerate(args):
|
||||||
if i % 2:
|
if i % 2:
|
||||||
|
|
Loading…
Reference in New Issue