From 722e5e49dffebac1e5b1daf359d5900aebc0f656 Mon Sep 17 00:00:00 2001 From: Jim Fulton Date: Thu, 16 Jul 2015 18:42:42 -0400 Subject: [PATCH] typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index d7f4226..2024cf8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,7 +6,7 @@ Changes the path for this to work. The excellent ``mock`` package isn't a dependency of ``zope.testing``.) -- Added the base class ``zope.testing.setupstack.TextCase`` to make it +- Added the base class ``zope.testing.setupstack.TestCase`` to make it much easier to use ``zope.testing.setupstack`` in ``unittest`` test cases.