From a98825ce4889d54caca1f9278aca6e7834ca320f Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 29 Nov 2004 08:53:14 +0000 Subject: Fix a nit. --- Doc/tut/tut.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index df798b4..091fb1f 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -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 -- cgit v0.12