general_examples_algebra.py -> fix ex23 typo

This commit is contained in:
jdegenstein 2024-09-24 20:28:06 -05:00 committed by GitHub
parent d424e97562
commit ba2e687a07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -386,7 +386,7 @@ pts = [
l1 = Polyline(pts)
l2 = Line(l1 @ 1, l1 @ 0)
sk23 = make_face(l1, l2)
sk23 = make_face([l1, l2])
sk23 += Pos(0, 35) * Circle(25)
sk23 = Plane.XZ * split(sk23, bisect_by=Plane.ZY)