This commit is contained in:
Raymond Hettinger 2004-12-01 04:22:38 +00:00
parent 3805fe7768
commit 29eb40c365
1 changed files with 1 additions and 1 deletions

View 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 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