projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1defa4
)
Fix a nit.
author
Raymond Hettinger
<python@rcn.com>
Mon, 29 Nov 2004 08:53:14 +0000
(08:53 +0000)
committer
Raymond Hettinger
<python@rcn.com>
Mon, 29 Nov 2004 08:53:14 +0000
(08:53 +0000)
Doc/tut/tut.tex
patch
|
blob
|
history
diff --git
a/Doc/tut/tut.tex
b/Doc/tut/tut.tex
index df798b46b6a484e455b43daf5f670037db9df49b..091fb1f3e54bfbbcfe8fce41a9def781ebdeea23 100644
(file)
--- 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