Skip to content

Commit

Permalink
Removed: Multiple spaces after operator
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Apr 6, 2019
1 parent 6f9689f commit 8369441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apertium/analysis/__init__.py
Expand Up @@ -61,7 +61,7 @@ def analyze(self, in_text, formatting='txt'): # type: (Analyzer, str, str) -> L
List[LexicalUnit]
"""
apertium_des = execute(in_text, [[f'apertium-des{formatting}', '-n']])
result = execute(apertium_des, self._get_commands())
result = execute(apertium_des, self._get_commands())
return self._postproc_text(result)


Expand Down

0 comments on commit 8369441

Please sign in to comment.