mirror of
https://github.com/gumyr/build123d.git
synced 2026-04-27 07:11:05 -07:00
Updating docstring
This commit is contained in:
parent
fbde4b9307
commit
41ff5cf71a
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue