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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a04c3d86ae4a31aa17ebca2ec12bbd1066771b88;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex index 90053371654e..4267d3875abd 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