summaryrefslogtreecommitdiff
path: root/src/python/gudhi/cubical_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/gudhi/cubical_complex.pyx')
-rw-r--r--src/python/gudhi/cubical_complex.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/cubical_complex.pyx b/src/python/gudhi/cubical_complex.pyx
index 63911478..b7047d4f 100644
--- a/src/python/gudhi/cubical_complex.pyx
+++ b/src/python/gudhi/cubical_complex.pyx
@@ -60,7 +60,7 @@ cdef class CubicalComplex:
:param top_dimensional_cells: A multidimensional array of cells
filtration values.
- :type top_dimensional_cells: numpy ndarray or list of list of double
+ :type top_dimensional_cells: anything convertible to a numpy ndarray
Or