Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29eb40c

Browse files
committed
Fix nit.
1 parent 3805fe7 commit 29eb40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4413,7 +4413,7 @@ \section{Generators\label{generators}}
44134413
44144414
Another key feature is that the local variables and execution state
44154415
are automatically saved between calls. This made the function easier to write
4416-
and much more clear than an approach using class variables like
4416+
and much more clear than an approach using instance variables like
44174417
\code{self.index} and \code{self.data}.
44184418
44194419
In addition to automatic method creation and saving program state, when

0 commit comments

Comments
 (0)