"vscode:/vscode.git/clone" did not exist on "f424b1b0624b9fe3e6141e5c174afceaa7026a96"
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):
Returns
-------
(: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.
"""
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