Some wording changes.

This commit is contained in:
Jeremy
2015-05-13 13:53:42 -06:00
parent 5df5a6da18
commit 25a6616cd0
6 changed files with 16 additions and 13 deletions

View File

@ -17,7 +17,6 @@
import asyncio
import shutil
import sys
@ -91,6 +90,6 @@ def _check_process(process, termination_callback):
def monitor_process(process, termination_callback):
"""Call termination_callback when process die"""
"""Call termination_callback when a process dies"""
asyncio.async(_check_process(process, termination_callback))