commit 89a7c804d84c39ac629ed736305b5776ef532af6 Author: Lokendra Singh Date: Sat Apr 6 16:50:42 2019 +0530 Completed the incomplete comment diff --git a/apertium/utils.py b/apertium/utils.py index 10e7cc3..fd1ff21 100644 --- a/apertium/utils.py +++ b/apertium/utils.py @@ -44,7 +44,7 @@ def execute(inp, commands): # type: (str, List[List[str]]) -> str procs = [] end = inp.encode() - # Adding the Apertium Binaries to + # Adding the Apertium Binaries to Process' Path if system() == 'Windows': install_path = getenv('LOCALAPPDATA') current = getenv('path')