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
1b350e93
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "27062c3631b7011a5df45782b8e3d01349d1f3e9"
Unverified
Commit
1b350e93
authored
Aug 12, 2021
by
Alex Morehead
Committed by
GitHub
Aug 12, 2021
Browse files
Fix small typo in knn_graph() documentation (#3244)
parent
738b75f4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/dgl/transform.py
python/dgl/transform.py
+1
-1
No files found.
python/dgl/transform.py
View file @
1b350e93
...
@@ -138,7 +138,7 @@ def knn_graph(x, k, algorithm='bruteforce-blas', dist='euclidean'):
...
@@ -138,7 +138,7 @@ def knn_graph(x, k, algorithm='bruteforce-blas', dist='euclidean'):
Returns
Returns
-------
-------
DGLGraph
DGLGraph
The construct
r
ed graph. The node IDs are in the same order as :attr:`x`.
The constructed graph. The node IDs are in the same order as :attr:`x`.
Examples
Examples
--------
--------
...
...
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