mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Fix typos and wording
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
14bed139f6
commit
082708a7ca
19 changed files with 30 additions and 32 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue