Salome HOME
Fix for the bug IPAL22851: Sub-shapes spelling
[modules/smesh.git] / src / SMESH_SWIG / SMESH_Partition1_tetra.py
index 30d93537abe6d701cb87c4381291275d59adfa53..86e2231738d8ba11fa943ed1321cd95309ae56b9 100644 (file)
@@ -88,7 +88,7 @@ print "number of Edges  in alveole : ", len(subEdgeList)
 
 subshapes = geompy.SubShapeAll(alveole, geompy.ShapeType["SHAPE"])
 
-## there are 9 subshapes
+## there are 9 sub-shapes
 
 comp1 = geompy.MakeCompound( [ subshapes[0], subshapes[1] ] )
 comp2 = geompy.MakeCompound( [ subshapes[2], subshapes[3] ] )