From: vsr Date: Wed, 15 Apr 2009 05:23:11 +0000 (+0000) Subject: Fix mistake in method annotation X-Git-Tag: V5_1_2rc1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2389037863375c0c96c2ed46303cd4a397c94096;p=modules%2Fgeom.git Fix mistake in method annotation --- diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index 61f6380c3..b44e540ab 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -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"