]> 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 bdecb3ada53beb882f7f249c34f6c7f9ed2a0ba0..4c39b82600162c5da299b509161e10c863cd74c4 100644 (file)
@@ -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)``.