From: Renaud NEDELEC Date: Tue, 3 Nov 2015 15:01:48 +0000 (+0100) Subject: [PythonAPI] tiny doc fix X-Git-Tag: V_2.1.0~206^2~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=43f94ac77821e6f8fac6df2715fc8f8b4f46f96e;p=modules%2Fshaper.git [PythonAPI] tiny doc fix --- diff --git a/src/PythonAPI/model/roots.py b/src/PythonAPI/model/roots.py index 29080e218..5f1c294bf 100644 --- a/src/PythonAPI/model/roots.py +++ b/src/PythonAPI/model/roots.py @@ -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):