[Python-checkins] python/dist/src/Lib/test test_codeccallbacks.py,1.4,1.5

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Mon, 25 Nov 2002 09:58:05 -0800


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

Modified Files:
	test_codeccallbacks.py 
Log Message:
Fix typo in comment.


Index: test_codeccallbacks.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_codeccallbacks.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_codeccallbacks.py	23 Nov 2002 19:41:01 -0000	1.4
--- test_codeccallbacks.py	25 Nov 2002 17:58:02 -0000	1.5
***************
*** 52,56 ****
      def test_uninamereplace(self):
          # We're using the names from the unicode database this time,
!         # and we're doing "systax highlighting" here, i.e. we include
          # the replaced text in ANSI escape sequences. For this it is
          # useful that the error handler is not called for every single
--- 52,56 ----
      def test_uninamereplace(self):
          # We're using the names from the unicode database this time,
!         # and we're doing "syntax highlighting" here, i.e. we include
          # the replaced text in ANSI escape sequences. For this it is
          # useful that the error handler is not called for every single