[Python-checkins] CVS: python/dist/src/Lib/test test_support.py,1.13,1.14

Skip Montanaro montanaro@users.sourceforge.net
Sat, 20 Jan 2001 11:12:56 -0800


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

Modified Files:
	test_support.py 
Log Message:
docstring typo


Index: test_support.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_support.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** test_support.py	2001/01/19 19:01:56	1.13
--- test_support.py	2001/01/20 19:12:54	1.14
***************
*** 74,78 ****
      """Verify that condition is true. If not, raise TestFailed.
  
!        The optinal argument reason can be given to provide
         a better error text.
      """
--- 74,78 ----
      """Verify that condition is true. If not, raise TestFailed.
  
!        The optional argument reason can be given to provide
         a better error text.
      """