提交 8e664f37 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix doc generation error

上级 49c50965
...@@ -31,14 +31,14 @@ ...@@ -31,14 +31,14 @@
Changes to this value will be visible to all functions using this SharedVariable. Changes to this value will be visible to all functions using this SharedVariable.
.. method:: set_value(self, new_value, borrow=False) .. method:: set_value(self, new_value, borrow=False)
:param new_value: :param new_value: The new value.
:type new_value: :type new_value: A compatible type for this shared variable.
:param borrow: True to use the new_value directly, potentially creating problems :param borrow: True to use the new_value directly, potentially creating problems
related to aliased memory. related to aliased memory.
:type borrow: bool :type borrow: bool
Changes to this value will be visible to all functions using this SharedVariable. Changes to this value will be visible to all functions using this SharedVariable.
.. method:: __init__(self, name, type, value, strict, container=None) .. method:: __init__(self, name, type, value, strict, container=None)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论