Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
WirajanDASILVA committed Nov 29, 2023
1 parent f2d62f0 commit e7e2c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volmdlr/faces.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def from_contours3d(cls, surface, contours3d: List[volmdlr.wires.Contour3D], nam
return face

def to_step(self, current_id):
"""Tranforms a Face 3D into a Step object."""
"""Transforms a Face 3D into a Step object."""
content, surface3d_ids = self.surface3d.to_step(current_id)
current_id = max(surface3d_ids)

Expand Down

0 comments on commit e7e2c3c

Please sign in to comment.