Skip to content

Commit

Permalink
[GraphBolt] update the docstring (#6975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skeleton003 authored Jan 18, 2024
1 parent ed9ef14 commit f7e065f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/dgl/graphbolt/itemset.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class requires each input itemset to be iterable.
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
--------
Expand Down

0 comments on commit f7e065f

Please sign in to comment.