Skip to content

Commit 2d3730a

Browse files
committed
Tweak docstring
1 parent 3f1ee30 commit 2d3730a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ansys/acp/core/_tree_objects/butt_joint_sequence.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ class ButtJointSequence(CreatableTreeObject, IdTreeObject):
180180
secondary_plies :
181181
Secondary plies are butt-joined to adjacent primary plies and they inherit
182182
the thickness.
183-
184183
"""
185184

186185
__slots__: Iterable[str] = tuple()

src/ansys/acp/core/_tree_objects/modeling_group.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ModelingGroup(CreatableTreeObject, IdTreeObject):
7070
7171
Parameters
7272
----------
73-
name
73+
name :
7474
Name of the modeling group.
7575
"""
7676

0 commit comments

Comments
 (0)