diff options
author | Barry Warsaw <barry@python.org> | 2010-04-12 14:50:57 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2010-04-12 14:50:57 (GMT) |
commit | 0c9fd6321c733851a71d0e258a123e9427882989 (patch) | |
tree | fe9b52f33da4171c4dcc25287e453f4f1a70e012 /Doc | |
parent | ef3d6bd25f7bb235c80e1a2c128903661c56ddcf (diff) | |
download | cpython-0c9fd6321c733851a71d0e258a123e9427882989.zip cpython-0c9fd6321c733851a71d0e258a123e9427882989.tar.gz cpython-0c9fd6321c733851a71d0e258a123e9427882989.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 5a09d4c..aa3adc1 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1255,7 +1255,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 |