We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0371a0 commit 3b69777Copy full SHA for 3b69777
cluster/linkage.py
@@ -28,7 +28,7 @@ def newfun(a, b, distance_function):
28
def single(a, b, distance_function):
29
"""
30
Given two collections ``a`` and ``b``, this will return the distance of the
31
- points which are closest togetger. ``distance_function`` is used to
+ points which are closest together. ``distance_function`` is used to
32
determine the distance between two elements.
33
34
Example::
0 commit comments