Salome HOME
Merge branch 'python_parametric_api' of https://git.salome-platform.org/git/modules...
authorRenaud NEDELEC <renaud.nedelec@opencascade.com>
Mon, 2 Nov 2015 15:01:57 +0000 (16:01 +0100)
committerRenaud NEDELEC <renaud.nedelec@opencascade.com>
Mon, 2 Nov 2015 15:01:57 +0000 (16:01 +0100)
1  2 
src/PythonAPI/model/sketcher/sketch.py

index 04f6030313e2a85f4356ad9f66894ae86683d987,636ccd5dbb2ad0aadefea098e294fa7be89bcb2b..254d515ad4be3dd71abb382bc6a1e3a2e1b1fe79
@@@ -1,6 -1,5 +1,6 @@@
  """Sketch Feature Interface
  Author: Daniel Brunier-Coulin with contribution by Mikhail Ponikarov
 +        finalized by Renaud Nedelec and Sergey Pokhodenko
  Copyright (C) 2014-20xx CEA/DEN, EDF R&D
  """
  
@@@ -28,7 -27,7 +28,7 @@@ def addSketch(doc, plane)
      return Sketch(feature, plane)
  
  class Sketch(Interface):
-     """Interface on a Sketch feature."""
+     """Interface class for Sketch feature."""
      def __init__(self, feature, *args):
          """Initialize a 2D Sketch on the given plane.