summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-12-14 16:29:12 +0100
committerGitHub <noreply@github.com>2020-12-14 16:29:12 +0100
commit988277821dbcc204a8568a740293f2bf86b51f72 (patch)
tree4384c230a25b4d259395de97d5a31f511c000011 /src/python/gudhi/simplex_tree.pyx
parent1a6f1aa1b3119d5b211eda8fb0908a845c920fa5 (diff)
parent34e95e0853daa3dd897f08824cebc8ca77d5cef9 (diff)
Merge pull request #439 from VincentRouvreau/release_note_gudhi_3_4_0
Release note 3.4.0
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-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()