]> granicus.if.org Git - python/commitdiff
typo
authorBarry Warsaw <barry@python.org>
Mon, 12 Apr 2010 14:50:57 +0000 (14:50 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 12 Apr 2010 14:50:57 +0000 (14:50 +0000)
Doc/library/unittest.rst

index 5a09d4c895c945b553e16dcffc82e638a8b7ecc4..aa3adc144b48c21ff4f8ac71afc3630d7789f36a 100644 (file)
@@ -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