summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 12:07:02 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-03 12:07:02 +0000
commit041e86d2abb18e093cb9d73acc198873288d3d82 (patch)
treedb9c0b9333a7a0165b3bfa5430df87ca820ebfed /src
parentce9d8f2bf7f8a9cb8e3b5414e228616fd8402b65 (diff)
intervals in dimension documentation typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2057 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 471efb27b0b669a0112b90b44b32e6117bc772d4
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