mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
correct .get_sdesc docstring
This commit is contained in:
parent
155de4fcac
commit
bb13178241
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
|
||||
Keyword Args:
|
||||
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
|
||||
if obj == self:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue