Salome HOME
Minor DOC changes
[modules/smesh.git] / doc / salome / examples / grouping_elements_ex01.py
index 9181e43dfb8f94fb473a81f69ea726ee1133b292..4016a8359650805d5c358495a735012b7a4fbe27 100644 (file)
@@ -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