#18895: split a sentence in unittest docs.

This commit is contained in:
Ezio Melotti 2013-09-07 15:23:36 +03:00
parent e2202365ed
commit e64a91a890
1 changed files with 1 additions and 1 deletions

View File

@ -1674,7 +1674,7 @@ Loading and running tests
.. method:: addError(test, err) .. 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, tuple of the form returned by :func:`sys.exc_info`: ``(type, value,
traceback)``. traceback)``.