diff options
author | Raymond Hettinger <python@rcn.com> | 2002-09-04 15:12:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-09-04 15:12:07 (GMT) |
commit | a04c3d86ae4a31aa17ebca2ec12bbd1066771b88 (patch) | |
tree | 2ab39d92750a361b0594079d168925e23849adc0 /Doc | |
parent | efae8862feed2748e5c892b1d638d1d6344914f2 (diff) | |
download | cpython-a04c3d86ae4a31aa17ebca2ec12bbd1066771b88.zip cpython-a04c3d86ae4a31aa17ebca2ec12bbd1066771b88.tar.gz cpython-a04c3d86ae4a31aa17ebca2ec12bbd1066771b88.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcodeop.tex | 2 |
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 |