summaryrefslogtreecommitdiff
path: root/src/cython/cython/strong_witness_complex.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cython/strong_witness_complex.pyx')
-rw-r--r--src/cython/cython/strong_witness_complex.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cython/cython/strong_witness_complex.pyx b/src/cython/cython/strong_witness_complex.pyx
index 5febffbb..770b46f5 100644
--- a/src/cython/cython/strong_witness_complex.pyx
+++ b/src/cython/cython/strong_witness_complex.pyx
@@ -37,8 +37,8 @@ cdef extern from "Strong_witness_complex_interface.h" namespace "Gudhi":
# StrongWitnessComplex python interface
cdef class StrongWitnessComplex:
- """StrongWitnessComplex is a simplicial complex constructed from ...
-
+ """Constructs (strong) witness complex for a given table of nearest
+ landmarks with respect to witnesses.
"""
cdef Strong_witness_complex_interface * thisptr