summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/python/gudhi/wasserstein/wasserstein.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/wasserstein/wasserstein.py b/src/python/gudhi/wasserstein/wasserstein.py
index 8ccbe12e..926dec33 100644
--- a/src/python/gudhi/wasserstein/wasserstein.py
+++ b/src/python/gudhi/wasserstein/wasserstein.py
@@ -131,7 +131,7 @@ def _cost_and_match_essential_parts(X, Y, idX, idY, order, axis):
:param Y: (n x 2) numpy.array (dgm points)
:param idX: indices to consider for this one dimensional OT problem (in X)
:param idY: indices to consider for this one dimensional OT problem (in Y)
- :param order: exponent for Wasserstein distanc ecomputation
+ :param order: exponent for Wasserstein distance computation
:param axis: must be 0 or 1, correspond to the coordinate which is finite.
:returns: cost (float) and match for points with *one* infinite coordinate.