summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-11 09:31:49 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-11 09:31:49 +0200
commit7e85b0451c686f043b61cde2e5f78674cf8de248 (patch)
tree7658315e38e76a2aeb5fd26cf2b5b3c481261ab8 /src/python/gudhi/representations
parent0ed4c3bba47d1375acb49596db2c863c38e9a090 (diff)
Double underscore is not the correct syntax
Diffstat (limited to 'src/python/gudhi/representations')
-rw-r--r--src/python/gudhi/representations/metrics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/representations/metrics.py b/src/python/gudhi/representations/metrics.py
index 0a6dd680..8a32f7e9 100644
--- a/src/python/gudhi/representations/metrics.py
+++ b/src/python/gudhi/representations/metrics.py
@@ -225,7 +225,7 @@ class BottleneckDistance(BaseEstimator, TransformerMixin):
"""
This is a class for computing the bottleneck distance matrix from a list of persistence diagrams.
- :Requires: `CGAL <installation.html#cgal>`__ :math:`\geq` 4.11.0
+ :Requires: `CGAL <installation.html#cgal>`_ :math:`\geq` 4.11.0
"""
def __init__(self, epsilon=None):
"""