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.
"""