Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhett-Ying committed Feb 17, 2022
1 parent 6106a99 commit 6ce3c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/blitz/6_load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def __len__(self):
print(graph, label)

######################################################################
# Creating Dataset from CSV via :class:`~dgl.data.DGLCSVDataset`
# Creating Dataset from CSV via :class:`~dgl.data.CSVDataset`
# ------------------------------------------------------------
#
# The previous examples describe how to create a dataset from CSV files
Expand Down

0 comments on commit 6ce3c17

Please sign in to comment.