From 45e5cb8eb1f4b72198cbd58b99c4ddf29b8a6044 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Wed, 22 Feb 2017 11:30:35 +0000 Subject: Fix code review git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2093 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 91c0d0e66cc12c305dae9e28454a7b9907c1c361 --- src/cython/cython/tangential_complex.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cython') diff --git a/src/cython/cython/tangential_complex.pyx b/src/cython/cython/tangential_complex.pyx index 7b54e48e..52bd8111 100644 --- a/src/cython/cython/tangential_complex.pyx +++ b/src/cython/cython/tangential_complex.pyx @@ -142,7 +142,7 @@ cdef class TangentialComplex: """Attempts to fix inconsistencies by perturbing the point positions. :param max_perturb: Maximum length of the translations used by the - perturbation. + perturbation. :type max_perturb: double :param time_limit: Time limit in seconds. If -1, no time limit is set. :type time_limit: double -- cgit v1.2.3