[Python-checkins] python/dist/src/Python compile.c,2.271,2.272

mwh@users.sourceforge.net mwh@users.sourceforge.net
Thu, 16 Jan 2003 07:39:09 -0800


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

Modified Files:
	compile.c 
Log Message:
A. Lloyd Flanagan pointed out a spelling error on c.l.py.


Index: compile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/compile.c,v
retrieving revision 2.271
retrieving revision 2.272
diff -C2 -d -r2.271 -r2.272
*** compile.c	31 Dec 2002 18:17:44 -0000	2.271
--- compile.c	16 Jan 2003 15:39:07 -0000	2.272
***************
*** 996,1000 ****
  		char *msg;
  		if (assigning)
! 			msg = "assigment to None";
  		else
  			msg = "deleting None";
--- 996,1000 ----
  		char *msg;
  		if (assigning)
! 			msg = "assignment to None";
  		else
  			msg = "deleting None";