From 57c6bd4e1bd57ca199004cc8f08dd50a325b48d2 Mon Sep 17 00:00:00 2001 From: Todd Date: Fri, 14 Oct 2016 18:30:11 -0500 Subject: [PATCH] Update shell.py --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.py b/shell.py index 40e3859..33f2c12 100644 --- a/shell.py +++ b/shell.py @@ -110,7 +110,7 @@ def command(cmd, timeout=10, stdin=None): return CommandResult(cmd, pid, retval, runtime, stdout, stderr) def command_wrapper(args): - """Wrapper used my multi_command to pass command arguments as a list.""" + """Wrapper used my multi_command() to pass command() arguments as a list.""" return command(*args)