Skip to content

Commit 12922e5

Browse files
committed
run: typo fix and reword in docstring
1 parent 9613a81 commit 12922e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/rift/run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ def run_command(
6363
**kwargs
6464
):
6565
"""
66-
Run a command and return RunResult named tuple. When live_output is True,
67-
command stdout/stderr are streamed in live in current process stdout/stderr.
68-
When capture_output is True, command stdout/stderr are available in out/err
66+
Run a command and return a RunResult named tuple. When live_output is True,
67+
command stdout/stderr are redirected to current process stdout/stderr. When
68+
capture_output is True, command stdout/stderr are available in out/err
6969
attributes of RunResult namedtuple. When merged_capture is True as well,
7070
command stderr is merged with stdout in out attribute of RunResult named
7171
tuple. In this case, err attribute is None.

0 commit comments

Comments
 (0)