From 0b9fcfeb9a18d732229c411f7e9d383596f44e66 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 31 Mar 2017 08:39:07 +0000 Subject: 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 --- src/cython/cython/cubical_complex.pyx | 2 +- src/cython/cython/periodic_cubical_complex.pyx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cython') 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 -- cgit v1.2.3