Commit 3d38c2a9 authored by Minjie Wang's avatar Minjie Wang
Browse files

small fix

parent 1f0f57b3
......@@ -1165,10 +1165,6 @@ class DGLGraph(object):
def subgraph(self, nodes):
"""Generate the subgraph among the given nodes.
The generated graph contains only the graph structure. The node/edge
features are not shared implicitly. Use `copy_from` to get node/edge
features from parent graph.
Parameters
----------
nodes : list, or iterable
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment