[Python-checkins] cpython (3.3): #18895: split a sentence in unittest docs.

ezio.melotti python-checkins at python.org
Sat Sep 7 14:24:29 CEST 2013


http://hg.python.org/cpython/rev/dd669daad7de
changeset:   85589:dd669daad7de
branch:      3.3
parent:      85586:c3a2c0504960
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Sep 07 15:23:36 2013 +0300
summary:
  #18895: split a sentence in unittest docs.

files:
  Doc/library/unittest.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1674,7 +1674,7 @@
 
    .. 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)``.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list