mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
#18895: split a sentence in unittest docs.
This commit is contained in:
parent
e2202365ed
commit
e64a91a890
1 changed files with 1 additions and 1 deletions
|
@ -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)``.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue