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

index ad6991d09a75c5b33b32d24e78db505561735208..f28f4f0dbf87926fc0948094a8c4f3b4995694bd 100644 (file)
@@ -1197,7 +1197,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