提交 347ec9eb authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor formatting fix in doc

上级 e3315879
...@@ -135,7 +135,7 @@ then be used like a normal Python function. ...@@ -135,7 +135,7 @@ then be used like a normal Python function.
variables to the values to substitute for them, and it returned variables to the values to substitute for them, and it returned
the numerical value of the expression. the numerical value of the expression.
:func:`eval` will be slow the first time you call it on a variable-- :func:`eval` will be slow the first time you call it on a variable --
it needs to call :func:`function` to compile the expression behind it needs to call :func:`function` to compile the expression behind
the scenes. Subsequent calls to :func:`eval` on that same variable the scenes. Subsequent calls to :func:`eval` on that same variable
will be fast, because the variable caches the compiled function. will be fast, because the variable caches the compiled function.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论