REVERT revision 1.260; the trunk is FROZEN.
authorFred Drake <fdrake@acm.org>
Mon, 29 Nov 2004 13:12:44 +0000 (13:12 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Nov 2004 13:12:44 +0000 (13:12 +0000)
This change can be made on the trunk and release24-maint branch after
the trunk is unfrozen.

Doc/tut/tut.tex

index 091fb1f3e54bfbbcfe8fce41a9def781ebdeea23..df798b46b6a484e455b43daf5f670037db9df49b 100644 (file)
@@ -4413,7 +4413,7 @@ created automatically.
 
 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 instance variables like
+and much more clear than an approach using class variables like
 \code{self.index} and \code{self.data}.
 
 In addition to automatic method creation and saving program state, when