]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorBarry Warsaw <barry@python.org>
Mon, 12 Apr 2010 14:55:03 +0000 (14:55 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 12 Apr 2010 14:55:03 +0000 (14:55 +0000)
Doc/library/unittest.rst

index a5fc066c6109847f3b585a313b41a0df5db14ca7..d47a98fee748d9ffbdc9efda37f82561af090564 100644 (file)
@@ -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