diff options
Diffstat (limited to 'Doc/lib/compiler.tex')
-rw-r--r-- | Doc/lib/compiler.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/compiler.tex b/Doc/lib/compiler.tex index 79f0335..e619a9a 100644 --- a/Doc/lib/compiler.tex +++ b/Doc/lib/compiler.tex @@ -299,7 +299,7 @@ Stmt([Return(Mul((Name('x'), Const(2))))]) The visitor pattern is ... The \refmodule{compiler} package uses a variant on the visitor pattern that takes advantage of Python's -introspection features to elminiate the need for much of the visitor's +introspection features to eliminate the need for much of the visitor's infrastructure. The classes being visited do not need to be programmed to accept |