Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e64a91a

Browse files
committed
#18895: split a sentence in unittest docs.
1 parent e220236 commit e64a91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ Loading and running tests
16741674

16751675
.. method:: addError(test, err)
16761676

1677-
Called when the test case *test* raises an unexpected exception *err* is a
1677+
Called when the test case *test* raises an unexpected exception. *err* is a
16781678
tuple of the form returned by :func:`sys.exc_info`: ``(type, value,
16791679
traceback)``.
16801680

0 commit comments

Comments
 (0)