X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=doc%2Fsalome%2Fexamples%2Fgrouping_elements_ex01.py;h=4016a8359650805d5c358495a735012b7a4fbe27;hp=9181e43dfb8f94fb473a81f69ea726ee1133b292;hb=373690534aa482a4daea68f2a5a14fa9de8a9a1b;hpb=c98d9fcd7f02c1f1f5c24dd3e709ed75228d66c4 diff --git a/doc/salome/examples/grouping_elements_ex01.py b/doc/salome/examples/grouping_elements_ex01.py index 9181e43df..4016a8359 100644 --- a/doc/salome/examples/grouping_elements_ex01.py +++ b/doc/salome/examples/grouping_elements_ex01.py @@ -40,7 +40,7 @@ print "size", aGroup.Size() print "is empty", aGroup.IsEmpty() # check of presence of an entity in the group -aGroup.Add([1,2]) # method specific to the standalone group +aGroup.Add([1,2]) # Add() method is specific to the standalone group print "contains node 2", aGroup.Contains(2) # get an entity by index