Skip to content

Commit

Permalink
ilo pi sona toki li lukin e toki suli la ona li pana e seme?
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdan3 committed Jun 25, 2024
1 parent da21cdd commit f37500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sonatoki/ilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def is_toki_pona(self, message: str) -> bool:
*_, result = self._is_toki_pona(message)
return result

def _are_toki_pona(self, message: str):
def _are_toki_pona(self, message: str) -> List[Scorecard]:
"""Split a message into sentences, then return a list each sentence's
results via `self._is_toki_pona()`.
Expand Down

0 comments on commit f37500c

Please sign in to comment.