summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--README2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb679ed..a8b4de3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ IMPROVEMENTS
* super() is now called from ResourcedTestCase fixing a long standing issue
with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505)
+* Typo in NEWS fixed. (Thommi Richards)
+
0.2.4
-----
diff --git a/README b/README
index a5ffdde..9216184 100644
--- a/README
+++ b/README
@@ -84,7 +84,7 @@ resource during tearDown().
For example::
- class TestLog(testresources.TestCase):
+ class TestLog(testresources.ResourcedTestCase):
resources = [('branch', BzrPopulatedBranch())]