fixed typo

This commit is contained in:
Cheng Chi
2023-04-05 16:03:18 -04:00
parent 4eed454514
commit 27395b7500
29 changed files with 49 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ def worker_fn(command_args, data_src=None, unbuffer_python=False, use_shell=Fals
if use_shell:
command_args = ' '.join(command_args)
# stdout passtrough to ray worker, which is then passed to ray driver
# stdout passthrough to ray worker, which is then passed to ray driver
process = subprocess.Popen(
args=command_args,
env=process_env,