summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-08-12 07:28:31 +0200
committerGitHub <noreply@github.com>2020-08-12 07:28:31 +0200
commit77cda62efd84ca7090d8796ca0197b03dbc22350 (patch)
treef0b1c54da54afb9f6625eaf0fbc7c56d92516ba1 /src/python/gudhi/simplex_tree.pyx
parent88a36ffad6c11279990c1c96df32b95c1f6f526c (diff)
Update src/python/gudhi/simplex_tree.pyx
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
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 da445a12..3ebae923 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -290,7 +290,7 @@ cdef class SimplexTree:
:param simplex: The N-simplex, represented by a list of vertex.
:type simplex: list of int.
- :returns: The (simplices of the) boundaries of a simplex
+ :returns: The (simplices of the) boundary of a simplex
:rtype: generator with tuples(simplex, filtration)
"""
cdef Simplex_tree_boundary_iterator it = self.get_ptr().get_boundary_iterator_begin(simplex)