mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
docstring fix
This commit is contained in:
parent
6fca198a70
commit
248df1a19b
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue