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

Tim Peters tim_one@users.sourceforge.net
Mon, 22 Jan 2001 14:43:37 -0800


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

Modified Files:
	pickletester.py 
Log Message:
Typo repair.


Index: pickletester.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/pickletester.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pickletester.py	2001/01/22 22:05:20	1.1
--- pickletester.py	2001/01/22 22:43:35	1.2
***************
*** 1,3 ****
! # test_pick and test_cpickle both use this.
  
  # break into multiple strings to please font-lock-mode
--- 1,3 ----
! # test_pickle and test_cpickle both use this.
  
  # break into multiple strings to please font-lock-mode