Skip to content

Commit 9853384

Browse files
committed
Tweak docstring
1 parent 074d752 commit 9853384

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
@@ -68,7 +68,7 @@ class ModelingGroup(CreatableTreeObject, IdTreeObject):
6868
6969
Parameters
7070
----------
71-
name
71+
name :
7272
Name of the modeling group.
7373
"""
7474

0 commit comments

Comments
 (0)