Unverified Commit 1c976222 authored by 张天启's avatar 张天启 Committed by GitHub
Browse files

fix doc mistake in dgl/core.py (#2404)

The variable name 'eid' should be 'nid'
parent 0f35f8df
...@@ -20,7 +20,7 @@ def invoke_node_udf(graph, nid, ntype, func, *, ndata=None, orig_nid=None): ...@@ -20,7 +20,7 @@ def invoke_node_udf(graph, nid, ntype, func, *, ndata=None, orig_nid=None):
---------- ----------
graph : DGLGraph graph : DGLGraph
The input graph. The input graph.
eid : Tensor nid : Tensor
The IDs of the nodes to invoke UDF on. The IDs of the nodes to invoke UDF on.
ntype : str ntype : str
Node type. Node type.
......
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