commit | a04c3d86ae4a31aa17ebca2ec12bbd1066771b88 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Sep 04 15:12:07 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Sep 04 15:12:07 2002 +0000 |
tree | 2ab39d92750a361b0594079d168925e23849adc0 | |
parent | efae8862feed2748e5c892b1d638d1d6344914f2 [diff] |
Fix typo
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 @@ 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