cpython: dd669daad7de (original) (raw)
Mercurial > cpython
changeset 85589:dd669daad7de 3.3
#18895: split a sentence in unittest docs. [#18895]
Ezio Melotti ezio.melotti@gmail.com | |
---|---|
date | Sat, 07 Sep 2013 15:23:36 +0300 |
parents | c3a2c0504960 |
children | 1043cc2cb0ff 14ba90816930 |
files | Doc/library/unittest.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/unittest.rst 2 |
line wrap: on
line diff
--- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1674,7 +1674,7 @@ Loading and running tests .. method:: addError(test, err)
Called when the test case *test* raises an unexpected exception *err* is a[](#l1.7)
Called when the test case *test* raises an unexpected exception. *err* is a[](#l1.8) tuple of the form returned by :func:`sys.exc_info`: ``(type, value,[](#l1.9) traceback)``.[](#l1.10)