fix typo 'AbtractAttrDef' to 'AbstractAttrDef'

This commit is contained in:
Jakub Trllo 2023-01-27 16:28:00 +01:00
parent 36df58aba1
commit d48b73ed61
9 changed files with 34 additions and 34 deletions

View file

@ -425,7 +425,7 @@ class BaseCreator:
keys/values when plugin attributes change.
Returns:
List[AbtractAttrDef]: Attribute definitions that can be tweaked for
List[AbstractAttrDef]: Attribute definitions that can be tweaked for
created instance.
"""
@ -563,7 +563,7 @@ class Creator(BaseCreator):
updating keys/values when plugin attributes change.
Returns:
List[AbtractAttrDef]: Attribute definitions that can be tweaked for
List[AbstractAttrDef]: Attribute definitions that can be tweaked for
created instance.
"""
return self.pre_create_attr_defs