diff options
author | Barry Warsaw <barry@python.org> | 2010-04-12 14:40:49 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-04-12 14:40:49 (GMT) |
commit | fa900d47b86584201db3dbed6af832a868d0468e (patch) | |
tree | 8baa5784be00a4dac19cb6013286c938c3b0646d /Doc | |
parent | 27ef93797c4e0bdb46c9c2873264f89840028a5e (diff) | |
download | cpython-fa900d47b86584201db3dbed6af832a868d0468e.zip cpython-fa900d47b86584201db3dbed6af832a868d0468e.tar.gz cpython-fa900d47b86584201db3dbed6af832a868d0468e.tar.bz2 |
typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |