From 0c9fd6321c733851a71d0e258a123e9427882989 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 12 Apr 2010 14:50:57 +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 5a09d4c895c..aa3adc144b4 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1255,7 +1255,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