From 7ac5b030d4a49186b4f57613e8592d9482510fbf Mon Sep 17 00:00:00 2001 From: alejandrodob Date: Tue, 24 Nov 2015 15:52:11 +0100 Subject: [PATCH] Fix typo in docstrings --- pbclient/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pbclient/__init__.py b/pbclient/__init__.py index 69a614e..fea5d02 100644 --- a/pbclient/__init__.py +++ b/pbclient/__init__.py @@ -608,7 +608,7 @@ def get_results(project_id, limit=100, offset=0, last_id=None): :param limit: Number of returned items, default 100 :type limit: integer :param offset: Offset for the query, default 0 - :param last_id: id of the last task, used for pagination. If provided, offset is ignored + :param last_id: id of the last result, used for pagination. If provided, offset is ignored :type last_id: integer :type offset: integer :returns: True -- the response status code @@ -639,7 +639,7 @@ def find_results(project_id, **kwargs): :param kwargs: PyBossa Results members :type info: dict :rtype: list - :returns: A list of tasks that match the kwargs + :returns: A list of results that match the kwargs """ try: