From: Raymond Hettinger Date: Wed, 4 Sep 2002 15:12:55 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.2.2b1~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba933e63a7746396eb27a97c9e1408fa0c5437cd;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