]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
[PythonAPI] tiny doc fix
authorRenaud NEDELEC <renaud.nedelec@opencascade.com>
Tue, 3 Nov 2015 15:01:48 +0000 (16:01 +0100)
committerRenaud NEDELEC <renaud.nedelec@opencascade.com>
Tue, 3 Nov 2015 15:01:48 +0000 (16:01 +0100)
src/PythonAPI/model/roots.py

index 29080e218d92f7834a01040ab35dd4c49e62e6c1..5f1c294bf13214e7acae6202a80d53cbca385f4e 100644 (file)
@@ -78,7 +78,7 @@ class Interface():
         return self._feature.firstResult()
 
     def lastResult(self):
-        """Return the result in the list of results"""
+        """Return the last result in the list of results"""
         return self._feature.lastResult()
 
     def setRealInput(self, inputid, value):