"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "077a5f4aef25b3164fbac11887b85a2ffc53f920"
Commit 525bb612 authored by Totti97's avatar Totti97 Committed by Minjie Wang
Browse files

[Doc] Fix a typo (#365)

parent 646d1ab1
......@@ -872,7 +872,7 @@ class DGLGraph(object):
Returns
-------
A tuple of Tensors ``(eu, ev, eid)`` if ``form == 'all'``.
``eid[i]`` is the ID of an outbound edge from ``eu[i]`` from ``ev[i]``.
``eid[i]`` is the ID of an outbound edge from ``eu[i]`` to ``ev[i]``.
All outbound edges from ``v`` are returned.
A pair of Tensors (eu, ev) if form == 'uv'
``ev[i]`` is the destination node of an outbound edge from ``eu[i]``.
......
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