From fa900d47b86584201db3dbed6af832a868d0468e Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 12 Apr 2010 14:40:49 +0000 Subject: [PATCH] typo --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index ad6991d09a7..f28f4f0dbf8 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1197,7 +1197,7 @@ Test cases .. method:: doCleanups() - This method is called uncoditionally after :meth:`tearDown`, or + This method is called unconditionally after :meth:`tearDown`, or after :meth:`setUp` if :meth:`setUp` raises an exception. It is responsible for calling all the cleanup functions added by