Unverified Commit 94d3c6cb authored by Augusto Berndt's avatar Augusto Berndt Committed by GitHub
Browse files

[Doc] Fix a typo in dgl.dataloading.rst (#5211)

changing privimitive to primitive
parent 7a2dd5ae
...@@ -5,7 +5,7 @@ dgl.dataloading ...@@ -5,7 +5,7 @@ dgl.dataloading
.. currentmodule:: dgl.dataloading .. currentmodule:: dgl.dataloading
The ``dgl.dataloading`` package provides two privimitives to compose a data pipeline The ``dgl.dataloading`` package provides two primitives to compose a data pipeline
for loading from graph data. ``Sampler`` represents algorithms for loading from graph data. ``Sampler`` represents algorithms
to generate subgraph samples from the original graph, and ``DataLoader`` to generate subgraph samples from the original graph, and ``DataLoader``
represents the iterable over these samples. represents the iterable over these samples.
......
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