Loading allzweckmesser/scanner.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ verses = [ CLITICS = ['que', 'qve', 'ue', 've', 'ne'] def get_clitic(token: str) -> Tuple(str, str): def get_clitic(token: str) -> Tuple[str, str]: """Split a clitic from the token if possible. :param token: A token that may contain a clitic. Loading Loading
allzweckmesser/scanner.py +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ verses = [ CLITICS = ['que', 'qve', 'ue', 've', 'ne'] def get_clitic(token: str) -> Tuple(str, str): def get_clitic(token: str) -> Tuple[str, str]: """Split a clitic from the token if possible. :param token: A token that may contain a clitic. Loading