summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cython/cython/cubical_complex.pyx2
-rw-r--r--src/cython/cython/periodic_cubical_complex.pyx2
-rw-r--r--src/cython/cython/simplex_tree.pyx2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/cython/cython/cubical_complex.pyx b/src/cython/cython/cubical_complex.pyx
index d65d2060..6f576176 100644
--- a/src/cython/cython/cubical_complex.pyx
+++ b/src/cython/cython/cubical_complex.pyx
@@ -185,7 +185,7 @@ cdef class CubicalComplex:
:returns: The persistence intervals.
:rtype: list of pair of float
- :note: betti_numbers function requires persistence function to be
+ :note: intervals_in_dim function requires persistence function to be
launched first.
"""
cdef vector[pair[double,double]] intervals_result
diff --git a/src/cython/cython/periodic_cubical_complex.pyx b/src/cython/cython/periodic_cubical_complex.pyx
index 9175ac47..af72024a 100644
--- a/src/cython/cython/periodic_cubical_complex.pyx
+++ b/src/cython/cython/periodic_cubical_complex.pyx
@@ -185,7 +185,7 @@ cdef class PeriodicCubicalComplex:
:returns: The persistence intervals.
:rtype: list of pair of float
- :note: betti_numbers function requires persistence function to be
+ :note: intervals_in_dim function requires persistence function to be
launched first.
"""
cdef vector[pair[double,double]] intervals_result
diff --git a/src/cython/cython/simplex_tree.pyx b/src/cython/cython/simplex_tree.pyx
index 070c98ab..6bf0a159 100644
--- a/src/cython/cython/simplex_tree.pyx
+++ b/src/cython/cython/simplex_tree.pyx
@@ -370,7 +370,7 @@ cdef class SimplexTree:
:returns: The persistence intervals.
:rtype: list of pair of float
- :note: betti_numbers function requires persistence function to be
+ :note: intervals_in_dim function requires persistence function to be
launched first.
"""
cdef vector[pair[double,double]] intervals_result