correct .get_sdesc docstring
This commit is contained in:
parent
97b83ef241
commit
052714f82b
1 changed files with 2 additions and 1 deletions
|
|
@ -1583,7 +1583,8 @@ class ContribRPCharacter(DefaultCharacter, ContribRPObject):
|
||||||
obj (Object): the object whose sdesc or recog is being gotten
|
obj (Object): the object whose sdesc or recog is being gotten
|
||||||
Keyword Args:
|
Keyword Args:
|
||||||
process (bool): If True, the sdesc/recog is run through the
|
process (bool): If True, the sdesc/recog is run through the
|
||||||
appropriate process method (process_sdesc or process_recog)
|
appropriate process method for self - .process_sdesc or
|
||||||
|
.process_recog
|
||||||
"""
|
"""
|
||||||
# always see own key
|
# always see own key
|
||||||
if obj == self:
|
if obj == self:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue