From: Raymond Hettinger Date: Wed, 4 Sep 2002 15:12:07 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~4215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a04c3d86ae4a31aa17ebca2ec12bbd1066771b88;p=python Fix typo --- diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex index 9005337165..4267d3875a 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