diff --git a/doc/salome/gui/GEOM/input/creating_extrusion.doc b/doc/salome/gui/GEOM/input/creating_extrusion.doc
index c86ed5ac5..afd78e1f6 100644
--- a/doc/salome/gui/GEOM/input/creating_extrusion.doc
+++ b/doc/salome/gui/GEOM/input/creating_extrusion.doc
@@ -18,8 +18,8 @@ shell, solid or compsolid).
\n Both Directions checkbox allows extruiding the source
object both forward and backward.
\n TUI Command: geompy.MakePrismVecH(Base, Vector, Height)
-\n Arguments: Name + 1 shape (vertex, edge, planar wire, face or
-shell) serving as base object + 1 vector (for direction of the
+\n Arguments: Name + one or several shapes (vertex, edge, planar wire, face or
+shell) serving as base objects + 1 vector (for direction of the
extrusion) + 1 value (dimension).
\image html extrusion1.png
@@ -30,8 +30,8 @@ you don't need to create it in advance).
\n Both Directions checkbox allows extruiding the source
object both forward and backward.
\n TUI Command: geompy.MakePrism(Base, Point1, Point2)
-\n Arguments: Name + 1 shape (vertex, edge, planar wire, face or
-shell) serving as base object + 2 vertices.
+\n Arguments: Name + one or several shapes (vertex, edge, planar wire, face or
+shell) serving as base objects + 2 vertices.
\image html extrusion2.png
@@ -40,8 +40,8 @@ and the DX, DY, DZ Vector\n
Both Directions checkbox allows extruding the
source objects both forward and backward.
\n TUI Command: geompy.MakePrismDXDYDZ(Base, dx, dy, dz)
-\n Arguments: Name + 1 shape (vertex, edge, planar wire, face or
-shell) serving as base object + 3 axis directions.
+\n Arguments: Name + one or several shapes (vertex, edge, planar wire, face or
+shell) serving as base objects + 3 axis directions.
\image html extrusion3.png