This commit is contained in:
eap 2014-01-09 10:36:07 +00:00
parent b67b2447f1
commit 0362aa0f49

View File

@ -318,7 +318,7 @@ class Mesh_Algorithm:
hyp.SetEdges(edges, isEdgesToIgnore)
return hyp
## Transform a list of ether edges or tuples (edge, 1st_vertex_of_edge)
## Transform a list of either edges or tuples (edge, 1st_vertex_of_edge)
# into a list acceptable to SetReversedEdges() of some 1D hypotheses
# @ingroup l3_hypos_1dhyps
def ReversedEdgeIndices(self, reverseList):