typo
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index a5fc066..d47a98f 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -998,7 +998,7 @@
 
    .. 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