Fix docstring text error.

This commit is contained in:
Griatch 2016-11-30 18:02:39 +01:00
parent d7c2e6fa90
commit 19e8bed5ab

View file

@ -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