Clarifying use_dbref docstring

This commit is contained in:
Griatch 2019-01-04 12:56:43 +01:00
parent 1b5da3e85d
commit a7de87b42d

View file

@ -388,8 +388,8 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
nofound_string (str): optional custom string for not-found error message.
multimatch_string (str): optional custom string for multimatch error header.
use_dbref (bool or None, optional): if True/False, active/deactivate the use of
#dbref as valid global search arguments. If None, check against a permission
('Builder' by default).
#dbref as valid global search arguments. If None (default), activate this ability
only if `self` has the permission 'Builder'.
Returns:
match (Object, None or list): will return an Object/None if `quiet=False`,