summaryrefslogtreecommitdiff
path: root/src/python/gudhi/simplex_tree.pyx
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-08 21:05:19 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-08 21:05:19 +0100
commit60c52012578265e6b6ac2e4a616cf2b617809d2c (patch)
treee958905af656f72228f9e778464739093635d35b /src/python/gudhi/simplex_tree.pyx
parent7c80dd28eb16e70316e6acc0bde8f698f79b2003 (diff)
parentdb405e686cc859e510b894dca45562158cb5c963 (diff)
Merge remote-tracking branch 'origin/master' into sklearn_tda
Diffstat (limited to 'src/python/gudhi/simplex_tree.pyx')
-rw-r--r--src/python/gudhi/simplex_tree.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx
index 9f490271..90ddf6dd 100644
--- a/src/python/gudhi/simplex_tree.pyx
+++ b/src/python/gudhi/simplex_tree.pyx
@@ -362,7 +362,7 @@ cdef class SimplexTree:
value than its faces by increasing the filtration values.
:returns: True if any filtration value was modified,
- False if the filtration was already non-decreasing.
+ False if the filtration was already non-decreasing.
:rtype: bool