Skip to content

Commit

Permalink
fixed grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
KiloOscarSix committed Jul 5, 2023
1 parent c227294 commit 3ebf921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CharacterService_ren.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def is_ex(character: ICharacter, target: Optional[ICharacter] = None) -> bool:
return CharacterService.has_relationship(character, Relationship.EX, target)

@staticmethod
def is_exs(characters: Iterable[ICharacter], target: Optional[ICharacter] = None):
def is_exes(characters: Iterable[ICharacter], target: Optional[ICharacter] = None):
if target is None:
target = mc

Expand Down

0 comments on commit 3ebf921

Please sign in to comment.