Commit a04c3d86 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix typo

parent efae8862
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment