Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Apr 24, 2018
1 parent debbcb2 commit 843e016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ Each queue can have tasks in the following states:
- ``error``: Tasks that failed with an error.

To get a count of the number of tasks for a given queue and state, use
``Task.count_tasks_from_queue``. To get a list of all tasks for a given queue
``Task.task_count_from_queue``. To get a list of all tasks for a given queue
and state, use ``Task.tasks_from_queue``. The method gives you back a tuple
containing the total number of tasks in the queue (useful if the tasks are
truncated) and a list of tasks in the queue, latest first. Using the ``skip``
Expand Down

0 comments on commit 843e016

Please sign in to comment.