Skip to content

Commit 1170d40

Browse files
committed
Update straight_skeleton_2.py
1 parent 9ea8c3c commit 1170d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_cgal/straight_skeleton_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def create_weighted_offset_polygons_2(points, offset, weights):
123123
ValueError
124124
If the normal of the polygon is not [0, 0, 1].
125125
ValueError
126-
If the number of weights do not match the number of points.
126+
If the number of weights does not match the number of points.
127127
"""
128128
points = list(points)
129129
if not TOL.is_allclose(normal_polygon(points, True), [0, 0, 1]):

0 commit comments

Comments
 (0)