commit e57d8f885c2be591bcfa7b5f337495cdb2e6ce64 Author: Arturo Filastò art@fuffa.org Date: Wed Dec 2 15:27:22 2015 +0100
Fix typo in docstring spotted by @armadev --- ooni/tests/test_errors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ooni/tests/test_errors.py b/ooni/tests/test_errors.py index 7baa1ea..fa1e001 100644 --- a/ooni/tests/test_errors.py +++ b/ooni/tests/test_errors.py @@ -9,7 +9,7 @@ class TestErrors(unittest.TestCase): Verify that more specific Failures are caught first by handleAllFailures() and failureToString().
- Fails if a subclass is listed after it's parent Failure. + Fails if a subclass is listed after its parent Failure. """
# Check each Failure against all subsequent failures