From 416fd9a1075ee6614aa52030805ebf6ed5b98122 Mon Sep 17 00:00:00 2001 From: Martin Reuter Date: Mon, 16 Dec 2024 23:55:03 +0100 Subject: [PATCH] fix docstring --- lapy/tria_mesh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapy/tria_mesh.py b/lapy/tria_mesh.py index 28baafc..f8757d3 100644 --- a/lapy/tria_mesh.py +++ b/lapy/tria_mesh.py @@ -1187,7 +1187,7 @@ def level_length(self, vfunc, level): @staticmethod def __reduce_edges_to_path(edges, start_idx=None, get_edge_idx=False): - """Static helper to reduce undirected unsorted edges to path. + """Reduce undirected unsorted edges (index pairs) to path (index array). Parameters ----------