Skip to content

Commit

Permalink
general_examples_algebra.py -> fix ex23 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdegenstein committed Sep 25, 2024
1 parent d424e97 commit ba2e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general_examples_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@

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)
Expand Down

0 comments on commit ba2e687

Please sign in to comment.