[Python-checkins] python/dist/src/Lib/test test_re.py,1.43,1.44

jvr@users.sourceforge.net jvr@users.sourceforge.net
Wed, 02 Jul 2003 07:37:01 -0700


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

Modified Files:
	test_re.py 
Log Message:
fixed typo in comment

Index: test_re.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_re.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** test_re.py	20 Jun 2003 00:25:14 -0000	1.43
--- test_re.py	2 Jul 2003 14:36:59 -0000	1.44
***************
*** 9,13 ****
  # Misc tests from Tim Peters' re.doc
  
! # WARNING: Don't change deteails in these tests if you don't know
  # what you're doing. Some of these tests were carefuly modeled to
  # cover most of the code.
--- 9,13 ----
  # Misc tests from Tim Peters' re.doc
  
! # WARNING: Don't change details in these tests if you don't know
  # what you're doing. Some of these tests were carefuly modeled to
  # cover most of the code.