[Python-checkins] python/dist/src/Doc/tut tut.tex,1.259,1.260
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Nov 29 09:53:21 CET 2004
Update of /cvsroot/python/python/dist/src/Doc/tut
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14092
Modified Files:
tut.tex
Log Message:
Fix a nit.
Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- tut.tex 18 Nov 2004 06:20:30 -0000 1.259
+++ tut.tex 29 Nov 2004 08:53:14 -0000 1.260
@@ -4413,7 +4413,7 @@
Another key feature is that the local variables and execution state
are automatically saved between calls. This made the function easier to write
-and much more clear than an approach using class variables like
+and much more clear than an approach using instance variables like
\code{self.index} and \code{self.data}.
In addition to automatic method creation and saving program state, when
More information about the Python-checkins
mailing list