diff --git a/parsl/channels/base.py b/parsl/channels/base.py index c6267d3206..dffe6d3be5 100644 --- a/parsl/channels/base.py +++ b/parsl/channels/base.py @@ -20,7 +20,7 @@ class Channel(metaclass=ABCMeta): such as push_file, pull_file and makedirs. Channels should ensure that each launched command runs in a new process - group, so that providers (such LocalProvider) which terminate long + group, so that providers (such as LocalProvider) which terminate long running commands using process groups can do so. """