[Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.118,1.119

Neal Norwitz nnorwitz@users.sourceforge.net
Mon, 11 Mar 2002 06:44:15 -0800


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

Modified Files:
	test_descr.py 
Log Message:
Fix typo

Index: test_descr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descr.py,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** test_descr.py	11 Mar 2002 13:21:25 -0000	1.118
--- test_descr.py	11 Mar 2002 14:44:12 -0000	1.119
***************
*** 439,443 ****
          pass
      else:
!         raise TestFailed, "NotImplemented should have caused TypeErrpr"
  
  def longs():
--- 439,443 ----
          pass
      else:
!         raise TestFailed, "NotImplemented should have caused TypeError"
  
  def longs():