Commit b1db8649 authored by rusty1s's avatar rusty1s
Browse files

typo

parent b0f9f81b
...@@ -6,7 +6,7 @@ if torch.cuda.is_available(): ...@@ -6,7 +6,7 @@ if torch.cuda.is_available():
def nearest(x, y, batch_x=None, batch_y=None): def nearest(x, y, batch_x=None, batch_y=None):
"""Clusters points in :obj:`x` together which are nearest to a given query r"""Clusters points in :obj:`x` together which are nearest to a given query
point in :obj:`y`. point in :obj:`y`.
Args: Args:
......
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