]> granicus.if.org Git - python/commitdiff
#18895: split a sentence in unittest docs.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 7 Sep 2013 12:23:36 +0000 (15:23 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 7 Sep 2013 12:23:36 +0000 (15:23 +0300)
Doc/library/unittest.rst

index 5e6ffb8ef26aba47c02c0ba6778879499e6e34a0..30df44e7fb714bbfcaf640ba48f4bc9d1facc603 100644 (file)
@@ -1703,7 +1703,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)``.