Skip to content

Commit 7ac5b03

Browse files
committed
Fix typo in docstrings
1 parent 1c5220f commit 7ac5b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pbclient/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def get_results(project_id, limit=100, offset=0, last_id=None):
608608
:param limit: Number of returned items, default 100
609609
:type limit: integer
610610
:param offset: Offset for the query, default 0
611-
:param last_id: id of the last task, used for pagination. If provided, offset is ignored
611+
:param last_id: id of the last result, used for pagination. If provided, offset is ignored
612612
:type last_id: integer
613613
:type offset: integer
614614
:returns: True -- the response status code
@@ -639,7 +639,7 @@ def find_results(project_id, **kwargs):
639639
:param kwargs: PyBossa Results members
640640
:type info: dict
641641
:rtype: list
642-
:returns: A list of tasks that match the kwargs
642+
:returns: A list of results that match the kwargs
643643
644644
"""
645645
try:

0 commit comments

Comments
 (0)