Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tlento committed May 24, 2024
1 parent 9d46241 commit 2ec263f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class LinkableElement(SemanticModelDerivation, SerializableDataclass, ABC):
@property
@abstractmethod
def element_type(self) -> LinkableElementType:
"""Blah."""
"""The LinkableElementType describing what this instance represents."""
raise NotImplementedError


Expand Down

0 comments on commit 2ec263f

Please sign in to comment.