summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-14 15:29:14 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-12-14 15:29:14 +0100
commit5c9cf5fbb2d6fabbacf67a53d250d53d3d0c3899 (patch)
tree2e03059a7658a97eba23b2267545040b45a6f2ea
parent8a6f8fab73050a540b8b21e580b697f172165399 (diff)
Fix sphinx warning and doc identation
-rw-r--r--src/python/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index 665d41e6..d7991417 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -629,7 +629,7 @@ cdef class SimplexTree:
:type nb_iterations: int
:note: collapse_edges method requires `Eigen <installation.html#eigen>`_ >= 3.1.0 and an exception is thrown
- if this method is not available.
+ if this method is not available.
"""
# Backup old pointer
cdef Simplex_tree_interface_full_featured* ptr = self.get_ptr()