summaryrefslogtreecommitdiff
path: root/examples/plot_gromov.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/plot_gromov.py')
-rw-r--r--examples/plot_gromov.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/plot_gromov.py b/examples/plot_gromov.py
index 0f839a3..dce66c4 100644
--- a/examples/plot_gromov.py
+++ b/examples/plot_gromov.py
@@ -22,8 +22,8 @@ import ot
"""
Sample two Gaussian distributions (2D and 3D)
=============================================
-The Gromov-Wasserstein distance allows to compute distances with samples that
-do not belong to the same metric space. For demonstration purpose, we sample
+The Gromov-Wasserstein distance allows to compute distances with samples that
+do not belong to the same metric space. For demonstration purpose, we sample
two Gaussian distributions in 2- and 3-dimensional spaces.
"""