summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-24 16:41:56 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-24 16:41:56 +0200
commit08ec66ede42350dd040b559cca181d2e599c3d2d (patch)
tree66d70c86fb23301a480c1834b1333ac6885999e9
parentad7aa892b47f039366a30103c1cede804811fb46 (diff)
pep8
-rw-r--r--ot/datasets.py2
-rw-r--r--ot/gromov.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ot/datasets.py b/ot/datasets.py
index bd39e13..b86ef3b 100644
--- a/ot/datasets.py
+++ b/ot/datasets.py
@@ -1,5 +1,5 @@
"""
-Simple example datasets
+Simple example datasets
"""
# Author: Remi Flamary <remi.flamary@unice.fr>
diff --git a/ot/gromov.py b/ot/gromov.py
index a678722..4427a96 100644
--- a/ot/gromov.py
+++ b/ot/gromov.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
-Gromov-Wasserstein and Fused-Gromov-Wasserstein solvers
+Gromov-Wasserstein and Fused-Gromov-Wasserstein solvers
"""
# Author: Erwan Vautier <erwan.vautier@gmail.com>