Skip to content

Commit 3b69777

Browse files
committed
Fixed a minor typo.
1 parent f0371a0 commit 3b69777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/linkage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def newfun(a, b, distance_function):
2828
def single(a, b, distance_function):
2929
"""
3030
Given two collections ``a`` and ``b``, this will return the distance of the
31-
points which are closest togetger. ``distance_function`` is used to
31+
points which are closest together. ``distance_function`` is used to
3232
determine the distance between two elements.
3333
3434
Example::

0 commit comments

Comments
 (0)