From a04c3d86ae4a31aa17ebca2ec12bbd1066771b88 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 4 Sep 2002 15:12:07 +0000 Subject: [PATCH] Fix typo --- Doc/lib/libcodeop.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcodeop.tex b/Doc/lib/libcodeop.tex index 90053371654..4267d3875ab 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