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