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

@ -208,7 +208,7 @@ class AttributeValues(object):
Has dictionary like methods. Not all of them are allowed all the time.
Args:
attr_defs(AbtractAttrDef): Defintions of value type and properties.
attr_defs(AbstractAttrDef): Defintions of value type and properties.
values(dict): Values after possible conversion.
origin_data(dict): Values loaded from host before conversion.
"""

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