Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / PythonAPI / doc / source / index.rst
index 8d06304bfd9119a2c9de7bf5d484df77e81f7d42..5140367bded9cac7d80db84167f6fa03f27c2184 100644 (file)
@@ -19,7 +19,7 @@ with the parametric API will typically begin with a code like below:
 
 .. doctest:: 
 
-   >>> import model
+   >>> from salome.shaper import model
    >>> model.begin()
    >>> partset = model.moduleDocument()
    >>> part = model.addPart(partset).document()