Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e220236 commit e64a91aCopy full SHA for e64a91a
1 file changed
Doc/library/unittest.rst
@@ -1674,7 +1674,7 @@ Loading and running tests
1674
1675
.. method:: addError(test, err)
1676
1677
- 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
1678
tuple of the form returned by :func:`sys.exc_info`: ``(type, value,
1679
traceback)``.
1680
0 commit comments