From 19e8bed5abaa2da5cd3a2a1f4ca462c59ff8a266 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 30 Nov 2016 18:02:39 +0100 Subject: [PATCH] Fix docstring text error. --- evennia/objects/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index a728ac570c..1c6c006bf1 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -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