[Python-checkins] python/dist/src/Demo/metaclasses index.html, 1.9, 1.10

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Oct 20 10:02:18 EDT 2003


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

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


Index: index.html
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/metaclasses/index.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** index.html	20 Jan 2000 21:37:19 -0000	1.9
--- index.html	20 Oct 2003 14:01:45 -0000	1.10
***************
*** 548,552 ****
  
  <LI>Implement a different way to store instance variables (e.g. in a
! list kept outside the the instance but indexed by the instance's id())<P>
  
  <LI>Automatically wrap or trap all or certain methods
--- 548,552 ----
  
  <LI>Implement a different way to store instance variables (e.g. in a
! list kept outside the instance but indexed by the instance's id())<P>
  
  <LI>Automatically wrap or trap all or certain methods





More information about the Python-checkins mailing list