From 91a14a8f7af1d7374aa23429fd309c2c2d530693 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 15 Aug 2013 13:05:10 +0000 Subject: [PATCH] typo --- src/GEOM_SWIG/geomBuilder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GEOM_SWIG/geomBuilder.py b/src/GEOM_SWIG/geomBuilder.py index e273bd527..40715da11 100644 --- a/src/GEOM_SWIG/geomBuilder.py +++ b/src/GEOM_SWIG/geomBuilder.py @@ -5472,7 +5472,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen): return ListObj ## Obtain a compound of sub-shapes of aShape, - # selected by they indices in list of all sub-shapes of type aType. + # selected by their indices in list of all sub-shapes of type aType. # Each index is in range [1, Nb_Sub-Shapes_Of_Given_Type] # @param aShape Shape to get sub-shape of. # @param ListOfInd List of sub-shapes indices. @@ -5487,7 +5487,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen): def SubShape(self, aShape, aType, ListOfInd, theName=None): """ Obtain a compound of sub-shapes of aShape, - selected by they indices in list of all sub-shapes of type aType. + selected by their indices in list of all sub-shapes of type aType. Each index is in range [1, Nb_Sub-Shapes_Of_Given_Type] Parameters: -- 2.30.2