summaryrefslogtreecommitdiff
path: root/src/python/gudhi/alpha_complex.pyx
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-07-01 07:41:13 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-07-01 07:41:13 +0200
commit7fb8f17638ee7245a1eb6c604c6629a484612179 (patch)
tree32f7cc15d2345941234944a9cd4abf83cf240774 /src/python/gudhi/alpha_complex.pyx
parent7ed01ff1d89256038e0cfb0e2d86815437e55545 (diff)
Doc review: add some details about get_point
Diffstat (limited to 'src/python/gudhi/alpha_complex.pyx')
-rw-r--r--src/python/gudhi/alpha_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/alpha_complex.pyx b/src/python/gudhi/alpha_complex.pyx
index ac44c61f..ea128743 100644
--- a/src/python/gudhi/alpha_complex.pyx
+++ b/src/python/gudhi/alpha_complex.pyx
@@ -99,7 +99,7 @@ cdef class AlphaComplex:
return self.this_ptr != NULL
def get_point(self, vertex):
- """This function returns the point corresponding to a given vertex.
+ """This function returns the point corresponding to a given vertex from the :class:`~gudhi.SimplexTree`.
:param vertex: The vertex.
:type vertex: int