"src/vscode:/vscode.git/clone" did not exist on "2695ba8e9d4fa9a51e8041b7ec5681d8955eb9ae"
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:
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,
the names should be chosen from ['seed_nodes', 'node_pairs', 'labels',
'negative_srcs', 'negative_dsts'] to align with the attributes of
class `dgl.graphbolt.MiniBatch`.
'seeds', 'negative_srcs', 'negative_dsts'] to align with the attributes
of class `dgl.graphbolt.MiniBatch`.
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