From 43f94ac77821e6f8fac6df2715fc8f8b4f46f96e Mon Sep 17 00:00:00 2001 From: Renaud NEDELEC Date: Tue, 3 Nov 2015 16:01:48 +0100 Subject: [PATCH] [PythonAPI] tiny doc fix --- src/PythonAPI/model/roots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.2