From 2389037863375c0c96c2ed46303cd4a397c94096 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 15 Apr 2009 05:23:11 +0000 Subject: [PATCH] Fix mistake in method annotation --- src/GEOM_SWIG/geompyDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2