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

@ -27,7 +27,7 @@ class MetaTest(type):
func = meta.make_function(classname, *args, **kwargs)
# Rename the function after a unique identifier
# Name of function must start with test_ to be ran by unittest
# Name of function must start with test_ to be run by unittest
func.__name__ = "test_{0}".format(i)
# Attach the new test to the test class

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.