Skip to content

Commit

Permalink
Merge pull request #4676 from terrycojones/fix-docstring-typo
Browse files Browse the repository at this point in the history
DOC: cluster: Add missing colon to :math: directive in docstring.
  • Loading branch information
ev-br committed Apr 1, 2015
2 parents 52354d4 + 68a16ca commit bd2a354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/cluster/hierarchy.py
Expand Up @@ -564,7 +564,7 @@ def linkage(y, method='single', metric='euclidean'):
:math:`v` in the forest. This is also known as the UPGMC
algorithm.
* method='median' assigns math:`d(s,t)` like the ``centroid``
* method='median' assigns :math:`d(s,t)` like the ``centroid``
method. When two clusters :math:`s` and :math:`t` are combined
into a new cluster :math:`u`, the average of centroids s and t
give the new centroid :math:`u`. This is also known as the
Expand Down

0 comments on commit bd2a354

Please sign in to comment.