Commit d6bf06f1 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix a nit.

parent d58be06a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment