提交 6efba79d authored 作者: Frederic's avatar Frederic

Fix docstring syntax

上级 2c063838
...@@ -299,10 +299,11 @@ class FunctionGraph(utils.object2): ...@@ -299,10 +299,11 @@ class FunctionGraph(utils.object2):
Returns Returns
------- -------
True if r is still in the fgraph and need to be pruned bool
later. This can happen only when prune is False. A second call True if r is still in the fgraph and need to be pruned
to this method with an empty list for clients_to_remove and later. This can happen only when prune is False. A second
prune=True will remove r. call to this method with an empty list for
clients_to_remove and prune=True will remove r.
""" """
for entry in clients_to_remove: for entry in clients_to_remove:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论