]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix mistake in method annotation
authorvsr <vsr@opencascade.com>
Wed, 15 Apr 2009 05:23:11 +0000 (05:23 +0000)
committervsr <vsr@opencascade.com>
Wed, 15 Apr 2009 05:23:11 +0000 (05:23 +0000)
src/GEOM_SWIG/geompyDC.py

index 61f6380c3dafd22dfdbba24474f670a99b6eae9d..b44e540aba3cab317984ab8aa828ce40a78668cf 100644 (file)
@@ -652,7 +652,7 @@ class geompyDC(GEOM._objref_GEOM_Gen):
         #  @param theVec Vector, normal to the plane of the ellipse.
         #  @param theRMajor Major ellipse radius.
         #  @param theRMinor Minor ellipse radius.
-        #  @param theVecMaj Vector, direction by the main exis.
+        #  @param theVecMaj Vector, direction of the ellipse's main axis.
         #  @return New GEOM_Object, containing the created ellipse.
         #
         #  @ref tui_creation_ellipse "Example"