Skip to content

Commit

Permalink
Tweak docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd committed Oct 3, 2024
1 parent 202277c commit 84cd4de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/ansys/acp/core/_tree_objects/butt_joint_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class ButtJointSequence(CreatableTreeObject, IdTreeObject):
secondary_plies :
Secondary plies are butt-joined to adjacent primary plies and they inherit
the thickness.
"""

__slots__: Iterable[str] = tuple()
Expand Down
2 changes: 1 addition & 1 deletion src/ansys/acp/core/_tree_objects/modeling_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class ModelingGroup(CreatableTreeObject, IdTreeObject):
Parameters
----------
name
name :
Name of the modeling group.
"""

Expand Down

0 comments on commit 84cd4de

Please sign in to comment.