From 6fdbbfabba12d1044a3d2aad7a48c26e5af1e00b Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 27 Jan 2016 11:08:11 -0600 Subject: [PATCH] Fix typo: flexability --- testtools/testresult/real.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testtools/testresult/real.py b/testtools/testresult/real.py index e9fb5402..1574f5d0 100644 --- a/testtools/testresult/real.py +++ b/testtools/testresult/real.py @@ -66,7 +66,7 @@ def dst(self, dt): class TestResult(unittest.TestResult): - """Subclass of unittest.TestResult extending the protocol for flexability. + """Subclass of unittest.TestResult extending the protocol for flexibility. This test result supports an experimental protocol for providing additional data to in test outcomes. All the outcome methods take an optional dict