"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "048f6d7a30ceb8d7f85190e927489215261fa106"
Unverified Commit c9c79b44 authored by Sai Kandregula's avatar Sai Kandregula Committed by GitHub
Browse files

typo fix in TUDataset docs (#4056)


Co-authored-by: default avatardecoherencer <decoherencer@users.noreply.github.com>
Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
parent efd909e6
...@@ -418,7 +418,7 @@ class TUDataset(DGLBuiltinDataset): ...@@ -418,7 +418,7 @@ class TUDataset(DGLBuiltinDataset):
Returns Returns
------- -------
(:class:`dgl.DGLGraph`, Tensor) (:class:`dgl.DGLGraph`, Tensor)
Graph with node feature stored in ``feat`` field and node label in ``node_label`` if available. Graph with node feature stored in ``feat`` field and node label in ``node_labels`` if available.
And its label. And its label.
""" """
g = self.graph_lists[idx] g = self.graph_lists[idx]
......
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