summaryrefslogtreecommitdiff
path: root/python/subunit/__init__.py
diff options
context:
space:
mode:
authorMartin <gzlist@googlemail.com>2011-08-07 17:29:59 +0100
committerMartin <gzlist@googlemail.com>2011-08-07 17:29:59 +0100
commit39b7e2a331e5ca616e3aa3eee8aa963146171ab9 (patch)
tree5767ed0f9307e3718929561da5e7f0af0295b5f7 /python/subunit/__init__.py
parente784068d9cebd39d3f5daa238d2b4e0c28ad72a6 (diff)
downloadsubunit-39b7e2a331e5ca616e3aa3eee8aa963146171ab9.tar.gz
Couple of spelling corrections to python subunit module docstring
Diffstat (limited to 'python/subunit/__init__.py')
-rw-r--r--python/subunit/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py
index 414b368..b4c9397 100644
--- a/python/subunit/__init__.py
+++ b/python/subunit/__init__.py
@@ -59,12 +59,12 @@ and newer).
The ``tags(new_tags, gone_tags)`` method is called (if present) to add or
remove tags in the test run that is currently executing. If called when no
test is in progress (that is, if called outside of the ``startTest``,
-``stopTest`` pair), the the tags apply to all sebsequent tests. If called
+``stopTest`` pair), the the tags apply to all subsequent tests. If called
when a test is in progress, then the tags only apply to that test.
The ``time(a_datetime)`` method is called (if present) when a ``time:``
directive is encountered in a Subunit stream. This is used to tell a TestResult
-about the time that events in the stream occured at, to allow reconstructing
+about the time that events in the stream occurred at, to allow reconstructing
test timing from a stream.
The ``progress(offset, whence)`` method controls progress data for a stream.