Skip to content

Commit

Permalink
[doc] fix docstring for BuiltinDataset (#6749)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying authored Dec 13, 2023
1 parent f3785a3 commit 643a42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/dgl/graphbolt/impl/ondisk_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class BuiltinDataset(OnDiskDataset):
The ogbn-arxiv dataset is a directed graph, representing the citation
network between all Computer Science (CS) arXiv papers indexed by MAG.
See more details in `ogbn-arxiv
https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv>`_.
<https://ogb.stanford.edu/docs/nodeprop/#ogbn-arxiv>`_.
.. note::
Reverse edges are added to the original graph and duplicated
Expand All @@ -543,7 +543,7 @@ class BuiltinDataset(OnDiskDataset):
The ogbn-products dataset is an undirected and unweighted graph,
representing an Amazon product co-purchasing network. See more details
in `ogbn-products
https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_.
<https://ogb.stanford.edu/docs/nodeprop/#ogbn-products>`_.
.. note::
Reverse edges are added to the original graph.
Expand Down

0 comments on commit 643a42f

Please sign in to comment.