Skip to content

Commit

Permalink
starlark/module: os, command documention improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
mcuadros committed Apr 9, 2020
1 parent 4d4f105 commit 2a18954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlark/module/os/os.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func TempDir(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple,
//
// outline: os
// functions:
// command(command, shell?, dir?, combined?, env?)
// command(command, shell=False, dir="", combined=False, env=[])
// runs the command and returns its standard output. If the exit code
// it different to zero, an error is triggered.
// params:
Expand Down

0 comments on commit 2a18954

Please sign in to comment.