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
525bb612
Commit
525bb612
authored
Jan 26, 2019
by
Totti97
Committed by
Minjie Wang
Jan 25, 2019
Browse files
[Doc] Fix a typo (#365)
parent
646d1ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/graph.py
python/dgl/graph.py
+1
-1
No files found.
python/dgl/graph.py
View file @
525bb612
...
@@ -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]``.
...
...
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