correct .get_sdesc docstring

This commit is contained in:
InspectorCaracal 2022-04-25 11:56:08 -06:00 committed by GitHub
parent 155de4fcac
commit bb13178241
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: