commit | fa900d47b86584201db3dbed6af832a868d0468e | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Apr 12 14:40:49 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Apr 12 14:40:49 2010 +0000 |
tree | 8baa5784be00a4dac19cb6013286c938c3b0646d | |
parent | 27ef93797c4e0bdb46c9c2873264f89840028a5e [diff] [blame] |
typo
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index ad6991d..f28f4f0 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst
@@ -1197,7 +1197,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