mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix typo
This commit is contained in:
parent
efae8862fe
commit
a04c3d86ae
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue