Fix typos and wording

Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
Thomas Lauf 2023-04-04 22:30:11 +02:00
parent 14bed139f6
commit 082708a7ca
19 changed files with 30 additions and 32 deletions

View file

@ -160,7 +160,7 @@ class Timew(object):
*not* fail if program finishes abnormally.
If you wish to pass instructions to timew such as confirmations or other
input via stdin, you can do so by providing a input string.
input via stdin, you can do so by providing an input string.
Such as input="y\ny\n".
If merge_streams=True stdout and stderr will be merged into stdout.
@ -195,7 +195,7 @@ class Timew(object):
*fail* if program finishes abnormally.
If you wish to pass instructions to timew such as confirmations or other
input via stdin, you can do so by providing a input string.
input via stdin, you can do so by providing an input string.
Such as input="y\ny\n".
If merge_streams=True stdout and stderr will be merged into stdout.