[Python-checkins] python/dist/src/Objects typeobject.c,2.249,2.250

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:01:57 EDT 2003


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

Modified Files:
	typeobject.c 
Log Message:
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)


Index: typeobject.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/typeobject.c,v
retrieving revision 2.249
retrieving revision 2.250
diff -C2 -d -r2.249 -r2.250
*** typeobject.c	12 Oct 2003 19:09:37 -0000	2.249
--- typeobject.c	20 Oct 2003 14:01:54 -0000	2.250
***************
*** 5412,5416 ****
  	 "the instance invoking super(); may be None"},
  	{"__self_class__", T_OBJECT, offsetof(superobject, obj_type), READONLY,
! 	 "the type of the the instance invoking super(); may be None"},
  	{0}
  };
--- 5412,5416 ----
  	 "the instance invoking super(); may be None"},
  	{"__self_class__", T_OBJECT, offsetof(superobject, obj_type), READONLY,
! 	 "the type of the instance invoking super(); may be None"},
  	{0}
  };





More information about the Python-checkins mailing list