[Python-checkins] CVS: python/dist/src/Lib unittest.py,1.10,1.11

Fred L. Drake fdrake@users.sourceforge.net
Thu, 06 Sep 2001 12:13:16 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv6806/Lib

Modified Files:
	unittest.py 
Log Message:
Add missing period in docstring.
(Steve, can you add this to the PyUnit repository as well?)


Index: unittest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/unittest.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** unittest.py	2001/09/06 08:24:40	1.10
--- unittest.py	2001/09/06 19:13:14	1.11
***************
*** 69,73 ****
      failures and errors that occurred among those test runs. The collections
      contain tuples of (testcase, exceptioninfo), where exceptioninfo is the
!     formatted traceback of the error that occurred
      """
      def __init__(self):
--- 69,73 ----
      failures and errors that occurred among those test runs. The collections
      contain tuples of (testcase, exceptioninfo), where exceptioninfo is the
!     formatted traceback of the error that occurred.
      """
      def __init__(self):