提交 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
------- -------
bool
True if r is still in the fgraph and need to be pruned True if r is still in the fgraph and need to be pruned
later. This can happen only when prune is False. A second call later. This can happen only when prune is False. A second
to this method with an empty list for clients_to_remove and call to this method with an empty list for
prune=True will remove r. clients_to_remove and prune=True will remove r.
""" """
for entry in clients_to_remove: for entry in clients_to_remove:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论