X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Ffilters_ex34.py;h=9e29e97d3d4079f61af34256670aafc4ea89d0a9;hb=d85d605175efca167efafe15543f2212e9702b1b;hp=4f20b299ddb2b3b2d0520606812467aa347a85a7;hpb=b7a7d49664daa32e1befb558280e13ed0bde37c9;p=modules%2Fsmesh.git diff --git a/doc/salome/examples/filters_ex34.py b/doc/salome/examples/filters_ex34.py index 4f20b299d..9e29e97d3 100644 --- a/doc/salome/examples/filters_ex34.py +++ b/doc/salome/examples/filters_ex34.py @@ -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))