From 088933ac74ec385254eb5204087ac52d55a7750b Mon Sep 17 00:00:00 2001 From: s-heppner Date: Wed, 21 Feb 2024 11:35:11 +0100 Subject: [PATCH] Adapt docstring of Has_kind With v3.1 of the specification, the docstring of `Has_kind.kind` was changed. This reflects this change. --- aas_core_meta/v3_1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aas_core_meta/v3_1.py b/aas_core_meta/v3_1.py index 6d4eeb8..1172a0b 100644 --- a/aas_core_meta/v3_1.py +++ b/aas_core_meta/v3_1.py @@ -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` """