[Python-checkins] python/dist/src/Lib/test test_hexoct.py,1.1,1.2

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Wed, 12 Feb 2003 15:49:59 -0800


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

Modified Files:
	test_hexoct.py 
Log Message:
Fix typo.


Index: test_hexoct.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_hexoct.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_hexoct.py	12 Feb 2003 17:09:17 -0000	1.1
--- test_hexoct.py	12 Feb 2003 23:49:57 -0000	1.2
***************
*** 3,7 ****
  This is complex because of changes due to PEP 237.
  
! Some of these tests will hvae to change in Python 2.4!
  """
  
--- 3,7 ----
  This is complex because of changes due to PEP 237.
  
! Some of these tests will have to change in Python 2.4!
  """