Error in doc GEOM makeSphere

hello,
there is an error in the documentation of GEOM regarding the sphere
for the creation of an sphere in the documentation it mentionsdoc:

geompy.MakeSphere(Point, Radius)

which is not correct, at least respecting the arguments Arguments: Name + 1 vertex + 1 value (Radius).
the correct function (get it from the dump function) is:

geompy.MakeSpherePntR(Point, radius)

best regards,