fix docstring spacing and comments
This commit is contained in:
parent
89d4d7d4e3
commit
c03eff2b2a
1 changed files with 16 additions and 17 deletions
|
|
@ -24,7 +24,6 @@ viewpoint/pronouns Subject Object Possessive Possessive Refle
|
|||
3rd person neutral it it its its itself
|
||||
3rd person plural they them their theirs themselves
|
||||
==================== ======= ======== ========== ========== ===========
|
||||
|
||||
"""
|
||||
from evennia.utils.utils import copy_word_case, is_iter
|
||||
|
||||
|
|
@ -398,7 +397,7 @@ def pronoun_to_viewpoints(
|
|||
else:
|
||||
viewpoint = target_viewpoint
|
||||
|
||||
# step down into the mapping, using differentiators if necessary
|
||||
# step down into the mapping
|
||||
viewpoint_map = PRONOUN_MAPPING[viewpoint]
|
||||
|
||||
if pronoun_type in viewpoint_map:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue