Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3805fe7 commit 29eb40cCopy full SHA for 29eb40c
1 file changed
Doc/tut/tut.tex
@@ -4413,7 +4413,7 @@ \section{Generators\label{generators}}
4413
4414
Another key feature is that the local variables and execution state
4415
are automatically saved between calls. This made the function easier to write
4416
-and much more clear than an approach using class variables like
+and much more clear than an approach using instance variables like
4417
\code{self.index} and \code{self.data}.
4418
4419
In addition to automatic method creation and saving program state, when
0 commit comments