#18895: merge with 3.3.

This commit is contained in:
Ezio Melotti 2013-09-07 15:24:01 +03:00
commit 84eadd8651
1 changed files with 1 additions and 1 deletions

View File

@ -1771,7 +1771,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)``.