From: Ezio Melotti Date: Sat, 7 Sep 2013 12:23:36 +0000 (+0300) Subject: #18895: split a sentence in unittest docs. X-Git-Tag: v2.7.6rc1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad54307b9b64deee3c9e0b64c02c5b2f3a9fdab3;p=thirdparty%2FPython%2Fcpython.git #18895: split a sentence in unittest docs. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 5e6ffb8ef26a..30df44e7fb71 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1703,7 +1703,7 @@ Loading and running tests .. method:: addError(test, err) - Called when the test case *test* raises an unexpected exception *err* is a + Called when the test case *test* raises an unexpected exception. *err* is a tuple of the form returned by :func:`sys.exc_info`: ``(type, value, traceback)``.