Updating docstring

This commit is contained in:
gumyr 2023-06-28 11:49:28 -04:00
parent fbde4b9307
commit 41ff5cf71a

View file

@ -376,7 +376,7 @@ class FilletPolyline(BaseLineObject):
validate_inputs(context, self)
if len(pts) < 3:
raise ValueError("polyline requires three or more pts")
raise ValueError("filletpolyline requires three or more pts")
if radius <= 0:
raise ValueError("radius must be positive")