Skip to content

Commit 416fd9a

Browse files
committed
fix docstring
1 parent 7d673e6 commit 416fd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapy/tria_mesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ def level_length(self, vfunc, level):
11871187

11881188
@staticmethod
11891189
def __reduce_edges_to_path(edges, start_idx=None, get_edge_idx=False):
1190-
"""Static helper to reduce undirected unsorted edges to path.
1190+
"""Reduce undirected unsorted edges (index pairs) to path (index array).
11911191
11921192
Parameters
11931193
----------

0 commit comments

Comments
 (0)