Salome HOME
Typo-fix by Kunda + fix user doc generation
[modules/smesh.git] / doc / salome / examples / filters_ex34.py
index 4f20b299ddb2b3b2d0520606812467aa347a85a7..9e29e97d3d4079f61af34256670aafc4ea89d0a9 100644 (file)
@@ -11,4 +11,4 @@ grp.SetColor(c)
 # get number of the edges not belonging to the group with the given color
 filter = smesh.GetFilter(SMESH.EDGE, SMESH.FT_GroupColor, c, SMESH.FT_LogicalNOT)
 ids = mesh.GetIdsFromFilter(filter)
-print("Number of edges not beloging to the group with color (0.1, 0.5, 1.0):", len(ids))
+print ("Number of edges not belonging to the group with color (0.1, 0.5, 1.0):", len(ids))