]> granicus.if.org Git - python/commitdiff
Fix typo
authorRaymond Hettinger <python@rcn.com>
Wed, 4 Sep 2002 15:12:07 +0000 (15:12 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 4 Sep 2002 15:12:07 +0000 (15:12 +0000)
Doc/lib/libcodeop.tex

index 90053371654eceb246c417fc7db7f3e02746a689..4267d3875abd5e9c160154e6852d135970d432b9 100644 (file)
@@ -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