Skip to content

Commit

Permalink
Adapt docstring of Has_kind
Browse files Browse the repository at this point in the history
With v3.1 of the specification, the docstring of `Has_kind.kind`
was changed.
This reflects this change.
  • Loading branch information
s-heppner committed Feb 21, 2024
1 parent 3def1d3 commit e1cf32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aas_core_meta/v3_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ class Has_kind(DBC):

kind: Optional["Modelling_kind"]
"""
Kind of the element: either type or instance.
Kind of the element: either template or instance.
Default: :attr:`Modelling_kind.Instance`
"""
Expand Down

0 comments on commit e1cf32a

Please sign in to comment.