diff --git a/doc/salome/gui/GEOM/input/creating_explode.doc b/doc/salome/gui/GEOM/input/creating_explode.doc
index b2f971864..1de29847a 100644
--- a/doc/salome/gui/GEOM/input/creating_explode.doc
+++ b/doc/salome/gui/GEOM/input/creating_explode.doc
@@ -25,11 +25,13 @@ sub-shapes of a given Type and returns a List of sub-shapes.
sub-shapes of a given Type and returns a List of IDs of
sub-shapes.
geompy.SubShapeAllSortedCentres(Shape, Type) explodes a
-shape on sub-shapes of a given type and sorts them by coordinates of
-their gravity centers, returning a list of sub-shapes.
+shape on sub-shapes of a given type and sorts them taking into account
+their gravity centers, to provide stable order of sub-shapes.
+It returns a list of sub-shapes.
geompy.SubShapeAllSortedCentresIDs(Shape, Type) explodes
-a shape on sub-shapes of a given type and sorts them by coordinates of
-their gravity centers, returning a List of IDs of sub-shapes.
+a shape on sub-shapes of a given type and sorts them taking into
+account their gravity centers, to provide stable order of sub-shapes.
+It returns a List of IDs of sub-shapes.
geompy.SubShape(Shape, Type, ListOfInd) allows to obtain
a compound of sub-shapes of the Shape, selected by they indices in a
list of all sub-shapes of the given Type. Each index is in the range