summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 11:30:35 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-22 11:30:35 +0000
commit45e5cb8eb1f4b72198cbd58b99c4ddf29b8a6044 (patch)
tree89527d482f98ab199de8dbc1dc4d3dcd25d05297 /src
parent05aafa8f990f02c121028bbfb28bb352487f864e (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/cython/cython/tangential_complex.pyx2
1 files changed, 1 insertions, 1 deletions
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