[Python-checkins] python/dist/src/Objects xxobject.c,2.21,2.22

gward@users.sourceforge.net gward@users.sourceforge.net
Fri, 03 Jan 2003 13:22:10 -0800


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

Modified Files:
	xxobject.c 
Log Message:
Grammatical fix in comment.


Index: xxobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/xxobject.c,v
retrieving revision 2.21
retrieving revision 2.22
diff -C2 -d -r2.21 -r2.22
*** xxobject.c	17 Jul 2002 16:30:38 -0000	2.21
--- xxobject.c	3 Jan 2003 21:22:08 -0000	2.22
***************
*** 3,7 ****
     If your objects will be called foobar, start by copying this file to
     foobarobject.c, changing all occurrences of xx to foobar and all
!    occurrences of Xx by Foobar.  You will probably want to delete all
     references to 'x_attr' and add your own types of attributes
     instead.  Maybe you want to name your local variables other than
--- 3,7 ----
     If your objects will be called foobar, start by copying this file to
     foobarobject.c, changing all occurrences of xx to foobar and all
!    occurrences of Xx to Foobar.  You will probably want to delete all
     references to 'x_attr' and add your own types of attributes
     instead.  Maybe you want to name your local variables other than