summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-31 08:39:07 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-31 08:39:07 +0000
commit0b9fcfeb9a18d732229c411f7e9d383596f44e66 (patch)
tree1593bac50a323f4a06119af7ef753055bb25dfe7
parented8f0a547adcac13c3c8c55bb60b5c07bfb88b1e (diff)
Typo in doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2290 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: f71b21674190c3b4c6e472f49680de2ca211cf7c
-rw-r--r--src/cython/cython/cubical_complex.pyx2
-rw-r--r--src/cython/cython/periodic_cubical_complex.pyx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/cython/cubical_complex.pyx b/src/cython/cython/cubical_complex.pyx
index 1ed6bc5e..5995bb50 100644
--- a/src/cython/cython/cubical_complex.pyx
+++ b/src/cython/cython/cubical_complex.pyx
@@ -64,7 +64,7 @@ cdef class CubicalComplex:
:param dimensions: A list of number of top dimensional cells.
:type dimensions: list of int
- :param top_dimensional_cells: A list of top dimensional cells.
+ :param top_dimensional_cells: A list of cells filtration values.
:type top_dimensional_cells: list of double
Or
diff --git a/src/cython/cython/periodic_cubical_complex.pyx b/src/cython/cython/periodic_cubical_complex.pyx
index 88cb4395..0f28258d 100644
--- a/src/cython/cython/periodic_cubical_complex.pyx
+++ b/src/cython/cython/periodic_cubical_complex.pyx
@@ -64,7 +64,7 @@ cdef class PeriodicCubicalComplex:
:param dimensions: A list of number of top dimensional cells.
:type dimensions: list of int
- :param top_dimensional_cells: A list of top dimensional cells.
+ :param top_dimensional_cells: A list of cells filtration values.
:type top_dimensional_cells: list of double
Or