From 14e0a43c85004283e99c0299e9148cbf937ccac7 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 12 Apr 2010 14:55:03 +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 a5fc066c61..d47a98fee7 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -998,7 +998,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 -- 2.40.0