This commit is contained in:
Roy Nieterau 2024-09-12 15:51:57 +02:00
parent f4c6380585
commit ed2a310203

View file

@ -16,7 +16,7 @@ _attr_defs_by_type = {}
def register_attr_def_class(cls):
"""Register attribute definition.
Currently are registered definitions used to deserialize data to objects.
Currently registered definitions are used to deserialize data to objects.
Attrs:
cls (AbstractAttrDef): Non-abstract class to be registered with unique