[Python-checkins] r79997 - in python/branches/py3k: Doc/library/unittest.rst

barry.warsaw python-checkins at python.org
Mon Apr 12 16:50:57 CEST 2010


Author: barry.warsaw
Date: Mon Apr 12 16:50:57 2010
New Revision: 79997

Log:
typo

Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/unittest.rst

Modified: python/branches/py3k/Doc/library/unittest.rst
==============================================================================
--- python/branches/py3k/Doc/library/unittest.rst	(original)
+++ python/branches/py3k/Doc/library/unittest.rst	Mon Apr 12 16:50:57 2010
@@ -1255,7 +1255,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


More information about the Python-checkins mailing list