aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-09-07 15:23:36 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-09-07 15:23:36 +0300
commite64a91a890eb8c114c7626ad1dbc20289cf52a7e (patch)
treeab76800de9bcd7158ede5988509b5253ab3b80a7 /Doc/library/unittest.rst
parent#18894: remove mention of deprecated fail* methods. (diff)
downloadcpython-e64a91a890eb8c114c7626ad1dbc20289cf52a7e.tar.gz
cpython-e64a91a890eb8c114c7626ad1dbc20289cf52a7e.tar.bz2
cpython-e64a91a890eb8c114c7626ad1dbc20289cf52a7e.zip
#18895: split a sentence in unittest docs.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index bdecb3ada53..4c39b826001 100644
--- 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
+ 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)``.