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
|
attribute_name (str): Define which property to search. If set, no
|
||||||
key+alias search will be performed. This can be used
|
key+alias search will be performed. This can be used
|
||||||
to search database fields (db_ will be automatically
|
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
|
objects having Attributes with this name and value
|
||||||
equal to searchdata. A special use is to search for
|
equal to searchdata. A special use is to search for
|
||||||
"key" here if you want to do a key-search without
|
"key" here if you want to do a key-search without
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue