* Fix typo

* Reflect the comments

* Fix more typos
This commit is contained in:
Eisuke Kawashima
2019-12-31 14:43:27 +09:00
committed by Greg Landrum
parent 7d24ed6014
commit 5cd27a242f
191 changed files with 468 additions and 468 deletions

View File

@@ -88,7 +88,7 @@ struct HierarchCP_wrap {
" - pickSize: number of items to pick from the pool\n")
.def("Cluster", HierarchicalClusters,
"Return a list of clusters of item from the pool using "
"hierachical clustering\n"
"hierarchical clustering\n"
"\n"
"ARGUMENTS: \n"
" - distMat: 1D distance matrix (only the lower triangle "