docstring fix

This commit is contained in:
Tegiminis 2022-07-10 03:25:56 -07:00
parent 6fca198a70
commit 248df1a19b

View file

@ -264,6 +264,7 @@ class AttributeProperty:
Args:
value (any): The value about to the stored in this Attribute.
obj (object): Object the attribute is attached to
Returns:
any: The value to store.
@ -281,6 +282,7 @@ class AttributeProperty:
Args:
value (any): Value returned from the Attribute.
obj (object): Object the attribute is attached to
Returns:
any: The value to return to the caller.