Skip to content

Commit 89a7c80

Browse files
Completed the incomplete comment
1 parent 3633690 commit 89a7c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apertium/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def execute(inp, commands): # type: (str, List[List[str]]) -> str
4444
procs = []
4545
end = inp.encode()
4646

47-
# Adding the Apertium Binaries to
47+
# Adding the Apertium Binaries to Process' Path
4848
if system() == 'Windows':
4949
install_path = getenv('LOCALAPPDATA')
5050
current = getenv('path')

0 commit comments

Comments
 (0)