summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-04-12 14:55:03 (GMT)
committerBarry Warsaw <barry@python.org>2010-04-12 14:55:03 (GMT)
commit14e0a43c85004283e99c0299e9148cbf937ccac7 (patch)
treecd90d88d62461265ad12f23b82ee28a80799e601
parentdc42fb6f53c9cfeb9367d2b381a1caf114f9921f (diff)
downloadcpython-14e0a43c85004283e99c0299e9148cbf937ccac7.zip
cpython-14e0a43c85004283e99c0299e9148cbf937ccac7.tar.gz
cpython-14e0a43c85004283e99c0299e9148cbf937ccac7.tar.bz2
typo
-rw-r--r--Doc/library/unittest.rst2
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