diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 412bee7..f2dc286 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1772,7 +1772,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)``.