Unverified Commit f7e065f7 authored by Mingbang Wang's avatar Mingbang Wang Committed by GitHub
Browse files

[GraphBolt] update the docstring (#6975)

parent ed9ef14a
...@@ -27,8 +27,8 @@ class ItemSet: ...@@ -27,8 +27,8 @@ class ItemSet:
The names of the items. If it is a tuple, each name corresponds to an The names of the items. If it is a tuple, each name corresponds to an
item in the tuple. The naming is arbitrary, but in general practice, item in the tuple. The naming is arbitrary, but in general practice,
the names should be chosen from ['seed_nodes', 'node_pairs', 'labels', the names should be chosen from ['seed_nodes', 'node_pairs', 'labels',
'negative_srcs', 'negative_dsts'] to align with the attributes of 'seeds', 'negative_srcs', 'negative_dsts'] to align with the attributes
class `dgl.graphbolt.MiniBatch`. of class `dgl.graphbolt.MiniBatch`.
Examples Examples
-------- --------
......
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