提交 e45ce1c4 authored 作者: David Warde-Farley's avatar David Warde-Farley

Spurious whitespace.

上级 3cfd3f3f
...@@ -46,7 +46,7 @@ Reference ...@@ -46,7 +46,7 @@ Reference
.. method:: __init__(variable, borrow=False) .. method:: __init__(variable, borrow=False)
Initialize attributes from arguments. Initialize attributes from arguments.
.. class:: Param .. class:: Param
...@@ -57,21 +57,21 @@ Reference ...@@ -57,21 +57,21 @@ Reference
A variable in an expression graph to use as a compiled-function parameter A variable in an expression graph to use as a compiled-function parameter
.. attribute:: default .. attribute:: default
The default value to use at call-time (can also be a Container where The default value to use at call-time (can also be a Container where
the function will find a value at call-time.) the function will find a value at call-time.)
.. attribute:: name .. attribute:: name
A string to identify an argument for this parameter in keyword arguments. A string to identify an argument for this parameter in keyword arguments.
.. attribute:: mutable .. attribute:: mutable
``True`` means the compiled-function is allowed to modify this ``True`` means the compiled-function is allowed to modify this
argument. ``False`` means it is not allowed. argument. ``False`` means it is not allowed.
.. attribute:: strict .. attribute:: strict
If ``False``, a function argument may be copied or cast to match the type If ``False``, a function argument may be copied or cast to match the type
required by the parameter `variable`. If ``True``, a function argument required by the parameter `variable`. If ``True``, a function argument
must exactly match the type required by `variable`. must exactly match the type required by `variable`.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论