[Python-checkins] python/dist/src/Modules cPickle.c,2.126,2.127

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 04 Feb 2003 19:53:13 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv2551/Modules

Modified Files:
	cPickle.c 
Log Message:
More typo repair.


Index: cPickle.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cPickle.c,v
retrieving revision 2.126
retrieving revision 2.127
diff -C2 -d -r2.126 -r2.127
*** cPickle.c	5 Feb 2003 03:46:17 -0000	2.126
--- cPickle.c	5 Feb 2003 03:53:10 -0000	2.127
***************
*** 1960,1964 ****
  		if (!PyInt_Check(py_code)) {
  			cPickle_ErrFormat(PicklingError, "Can't pickle %s: "
! 				"extension code %s isn't n integer",
  				"OO", args, py_code);
  			goto finally;
--- 1960,1964 ----
  		if (!PyInt_Check(py_code)) {
  			cPickle_ErrFormat(PicklingError, "Can't pickle %s: "
! 				"extension code %s isn't an integer",
  				"OO", args, py_code);
  			goto finally;