summaryrefslogtreecommitdiffstats
path: root/Doc/lib/compiler.tex
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-01-01 00:28:46 (GMT)
commit68804315e0f2fe567e62c7023bc87ee358a480e7 (patch)
treeb3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/compiler.tex
parentf871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff)
downloadcpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz
cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/compiler.tex')
-rw-r--r--Doc/lib/compiler.tex2
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