summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2002-09-04 15:12:07 (GMT)
committerRaymond Hettinger <python@rcn.com>2002-09-04 15:12:07 (GMT)
commita04c3d86ae4a31aa17ebca2ec12bbd1066771b88 (patch)
tree2ab39d92750a361b0594079d168925e23849adc0 /Doc
parentefae8862feed2748e5c892b1d638d1d6344914f2 (diff)
downloadcpython-a04c3d86ae4a31aa17ebca2ec12bbd1066771b88.zip
cpython-a04c3d86ae4a31aa17ebca2ec12bbd1066771b88.tar.gz
cpython-a04c3d86ae4a31aa17ebca2ec12bbd1066771b88.tar.bz2
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcodeop.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex
index 9005337..4267d38 100644
--- a/Doc/lib/libcodeop.tex
+++ b/Doc/lib/libcodeop.tex
@@ -96,7 +96,7 @@ try:
except ImportError:
def CommandCompiler():
from codeop import compile_command
- return compile_comamnd
+ return compile_command
\end{verbatim}
and then call \code{CommandCompiler} every time you need a fresh