"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "bdbc0178ef7426747a1dce0292349dae78877070"
Unverified Commit 3af61c6b authored by Ayush Noori's avatar Ayush Noori Committed by GitHub
Browse files

[Doc] Fix typo in ShaDowKHopSampler (#6587)

parent 1ca17bfa
...@@ -95,7 +95,7 @@ class ShaDowKHopSampler(Sampler): ...@@ -95,7 +95,7 @@ class ShaDowKHopSampler(Sampler):
Parameters Parameters
---------- ----------
g : DGLGraph g : DGLGraph
The graph to sampler from. The graph to sample nodes from.
seed_nodes : Tensor or dict[str, Tensor] seed_nodes : Tensor or dict[str, Tensor]
The nodes sampled in the current minibatch. The nodes sampled in the current minibatch.
exclude_eids : Tensor or dict[etype, Tensor], optional exclude_eids : Tensor or dict[etype, Tensor], optional
......
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