summaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2019-11-07 14:50:47 +0100
committerGitHub <noreply@github.com>2019-11-07 14:50:47 +0100
commitdb405e686cc859e510b894dca45562158cb5c963 (patch)
treef7d17cf8dd1873fc615a2497dc0065fb9353a223 /src/python
parent753e32e5ab3c4f68c0e8a61a0a4289dcfd0cd509 (diff)
parentb9bdb2fe42e377a598abceadd8cc4ba4eea8b862 (diff)
Merge pull request #130 from mglisse/align-doc
Fix documentation indentation
Diffstat (limited to 'src/python')
-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