Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojain committed Nov 8, 2024
1 parent 4fad571 commit 63ca931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_direct_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3004,7 +3004,7 @@ def test_split(self):
self.assertLess(s2.volume, s.volume)
self.assertGreater(s2.volume, 0.0)

def test_split_by_non_plarnar_face(self):
def test_split_by_non_planar_face(self):
box = Solid.make_box(1, 1, 1)
tool = Circle(1).wire()
tool_shell: Shell = Shape.extrude(tool, Vector(0, 0, 1))
Expand Down

0 comments on commit 63ca931

Please sign in to comment.