Mercurial > libervia-backend
diff sat/tools/common/async_process.py @ 3368:e86b71b1aa31
core: minor typos, docstring/comments update
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 20 Sep 2020 14:05:40 +0200 |
parents | be5fffe34987 |
children | be6d91572633 |
line wrap: on
line diff
--- a/sat/tools/common/async_process.py Sun Sep 20 14:04:22 2020 +0200 +++ b/sat/tools/common/async_process.py Sun Sep 20 14:05:40 2020 +0200 @@ -99,7 +99,7 @@ """Create a new CommandProtocol and execute the given command. @param *args(unicode): command arguments - if cls.command is specified, it will be the path to the command to execture + if cls.command is specified, it will be the path to the command to execute otherwise, first argument must be the path @param **kwargs: can be: - stdin(unicode, None): data to push to standard input