Unverified Commit 1b350e93 authored by Alex Morehead's avatar Alex Morehead Committed by GitHub
Browse files

Fix small typo in knn_graph() documentation (#3244)

parent 738b75f4
...@@ -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 constructred 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
-------- --------
......
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