Skip to content

Commit b1db864

Browse files
committed
typo
1 parent b0f9f81 commit b1db864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_cluster/nearest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
def nearest(x, y, batch_x=None, batch_y=None):
9-
"""Clusters points in :obj:`x` together which are nearest to a given query
9+
r"""Clusters points in :obj:`x` together which are nearest to a given query
1010
point in :obj:`y`.
1111
1212
Args:

0 commit comments

Comments
 (0)