From: Barry Warsaw Date: Mon, 12 Apr 2010 14:55:03 +0000 (+0000) Subject: typo X-Git-Tag: v3.1.3rc1~957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14e0a43c85004283e99c0299e9148cbf937ccac7;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index a5fc066c6109..d47a98fee748 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