Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
94d3c6cb
Unverified
Commit
94d3c6cb
authored
Jan 20, 2023
by
Augusto Berndt
Committed by
GitHub
Jan 20, 2023
Browse files
[Doc] Fix a typo in dgl.dataloading.rst (#5211)
changing privimitive to primitive
parent
7a2dd5ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/api/python/dgl.dataloading.rst
docs/source/api/python/dgl.dataloading.rst
+1
-1
No files found.
docs/source/api/python/dgl.dataloading.rst
View file @
94d3c6cb
...
@@ -5,7 +5,7 @@ dgl.dataloading
...
@@ -5,7 +5,7 @@ dgl.dataloading
.. currentmodule:: dgl.dataloading
.. currentmodule:: dgl.dataloading
The ``dgl.dataloading`` package provides two pri
vi
mitives 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment