Salome HOME
typo
authoreap <eap@opencascade.com>
Thu, 15 Aug 2013 13:05:10 +0000 (13:05 +0000)
committereap <eap@opencascade.com>
Thu, 15 Aug 2013 13:05:10 +0000 (13:05 +0000)
src/GEOM_SWIG/geomBuilder.py

index e273bd5272bfb080d455d83fa0f6a8489f8f8996..40715da11bb9c20ab4c814a5b44576c4e5a11458 100644 (file)
@@ -5472,7 +5472,7 @@ class geomBuilder(object, GEOM._objref_GEOM_Gen):
             return ListObj
 
         ## Obtain a compound of sub-shapes of <VAR>aShape</VAR>,
-        #  selected by they indices in list of all sub-shapes of type <VAR>aType</VAR>.
+        #  selected by their indices in list of all sub-shapes of type <VAR>aType</VAR>.
         #  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: