Clarifying use_dbref docstring
This commit is contained in:
parent
352582541f
commit
692266d1bb
1 changed files with 2 additions and 2 deletions
|
|
@ -388,8 +388,8 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
||||||
nofound_string (str): optional custom string for not-found error message.
|
nofound_string (str): optional custom string for not-found error message.
|
||||||
multimatch_string (str): optional custom string for multimatch error header.
|
multimatch_string (str): optional custom string for multimatch error header.
|
||||||
use_dbref (bool or None, optional): if True/False, active/deactivate the use of
|
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
|
#dbref as valid global search arguments. If None (default), activate this ability
|
||||||
('Builder' by default).
|
only if `self` has the permission 'Builder'.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
match (Object, None or list): will return an Object/None if `quiet=False`,
|
match (Object, None or list): will return an Object/None if `quiet=False`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue