fix docstring spacing and comments

This commit is contained in:
InspectorCaracal 2022-10-05 14:37:38 -06:00 committed by InspectorCaracal
parent 89d4d7d4e3
commit c03eff2b2a

View file

@ -24,7 +24,6 @@ viewpoint/pronouns Subject Object Possessive Possessive Refle
3rd person neutral it it its its itself 3rd person neutral it it its its itself
3rd person plural they them their theirs themselves 3rd person plural they them their theirs themselves
==================== ======= ======== ========== ========== =========== ==================== ======= ======== ========== ========== ===========
""" """
from evennia.utils.utils import copy_word_case, is_iter from evennia.utils.utils import copy_word_case, is_iter
@ -398,7 +397,7 @@ def pronoun_to_viewpoints(
else: else:
viewpoint = target_viewpoint viewpoint = target_viewpoint
# step down into the mapping, using differentiators if necessary # step down into the mapping
viewpoint_map = PRONOUN_MAPPING[viewpoint] viewpoint_map = PRONOUN_MAPPING[viewpoint]
if pronoun_type in viewpoint_map: if pronoun_type in viewpoint_map: