Kaydet (Commit) a04c3d86 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Fix typo

üst efae8862
...@@ -96,7 +96,7 @@ try: ...@@ -96,7 +96,7 @@ try:
except ImportError: except ImportError:
def CommandCompiler(): def CommandCompiler():
from codeop import compile_command from codeop import compile_command
return compile_comamnd return compile_command
\end{verbatim} \end{verbatim}
and then call \code{CommandCompiler} every time you need a fresh 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