Skip to content

Commit d1ddcc7

Browse files
fix too long line
1 parent 3da9747 commit d1ddcc7

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/geometry/core/designer

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/designer/beam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def section_anchor(self) -> SectionAnchorType:
208208

209209
@property
210210
def section_angle(self) -> float:
211-
"""The rotation angle of the cross section clockwise from the default perpendicular of the beam path."""
211+
"""Rotation angle of the cross section clockwise from the perpendicular of the beam path."""
212212
return self._section_angle
213213

214214
@property

0 commit comments

Comments
 (0)