diff options
author | Barry Warsaw <barry@python.org> | 2010-04-12 14:55:03 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-04-12 14:55:03 (GMT) |
commit | 14e0a43c85004283e99c0299e9148cbf937ccac7 (patch) | |
tree | cd90d88d62461265ad12f23b82ee28a80799e601 /Doc/library/unittest.rst | |
parent | dc42fb6f53c9cfeb9367d2b381a1caf114f9921f (diff) | |
download | cpython-14e0a43c85004283e99c0299e9148cbf937ccac7.zip cpython-14e0a43c85004283e99c0299e9148cbf937ccac7.tar.gz cpython-14e0a43c85004283e99c0299e9148cbf937ccac7.tar.bz2 |
typo
Diffstat (limited to 'Doc/library/unittest.rst')
-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 a5fc066..d47a98f 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -998,7 +998,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 |