From 0f7fe01852dcf827da35460592bd3a17ca0ab08e Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Thu, 23 Apr 2020 13:30:32 +0200 Subject: Fix pasto in the doc --- src/python/gudhi/simplex_tree.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/gudhi/simplex_tree.pyx') diff --git a/src/python/gudhi/simplex_tree.pyx b/src/python/gudhi/simplex_tree.pyx index 7728ebfc..93f5b332 100644 --- a/src/python/gudhi/simplex_tree.pyx +++ b/src/python/gudhi/simplex_tree.pyx @@ -560,7 +560,7 @@ cdef class SimplexTree: """This function writes the persistence intervals of the simplicial complex in a user given file name. - :param persistence_file: The specific dimension. + :param persistence_file: Name of the file. :type persistence_file: string. :note: intervals_in_dim function requires -- cgit v1.2.3