Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StudioWEngineers committed Dec 20, 2024
1 parent 732ffff commit 99ccda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_File3dm_ObjectTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_addLine(self) -> None:
file_3dm.Layers.AddLayer("layer1", (30, 144, 255, 255))
file_3dm.Layers.AddLayer("layer2", (255, 215, 0, 255))

# liness added without attributes are added to the current layer, i.e., the first
# lines added without attributes are added to the current layer, i.e., the first
# layer added to the model
file_3dm.Objects.AddLine(rhino3dm.Point3d(0, 0, 0), rhino3dm.Point3d(1, 0, 0))
with self.subTest(msg="AddLine without attributes"):
Expand Down

0 comments on commit 99ccda8

Please sign in to comment.