Corrected wrongly deleted docstring line

pull/21/head
Juan Pablo Contreras Franco 2017-04-23 07:50:43 +02:00
parent 2a24cf640d
commit 216965e6ab
1 changed files with 4 additions and 3 deletions

View File

@ -55,6 +55,7 @@ def ellipse2pathd(ellipse):
def polygon2pathd(polyline_d):
"""converts the string from a polygon points-attribute to a string for a
Path object d-attribute.
Note: For a polygon made from n points, the resulting path will be
composed of n lines (even if some of these lines have length zero)."""