mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix docstring text error.
This commit is contained in:
parent
d7c2e6fa90
commit
19e8bed5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
attribute_name (str): Define which property to search. If set, no
|
||||
key+alias search will be performed. This can be used
|
||||
to search database fields (db_ will be automatically
|
||||
appended), and if that fails, it will try to return
|
||||
prepended), and if that fails, it will try to return
|
||||
objects having Attributes with this name and value
|
||||
equal to searchdata. A special use is to search for
|
||||
"key" here if you want to do a key-search without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue