Merge pull request #117 from Eagllus/task_documentation

fixed typo
This commit is contained in:
Ilan Steemers
2015-11-11 09:48:18 +01:00
+2 -2
View File
@@ -83,7 +83,7 @@ a single keyword dict named ``q_options``. This enables you to use these keyword
async('math.modf', 2.5, q_options=opts)
Please not that this will override any other option keywords.
Please note that this will override any other option keywords.
.. note::
For tasks to be processed you will need to have a worker cluster running in the background using ``python manage.py qcluster``
@@ -481,4 +481,4 @@ Reference
:param bool failures: set this to ``False`` to exclude failed tasks
:param int wait: optional milliseconds to wait for a task or count. -1 for indefinite
:param int count: block until there are this many tasks in the group
:param int count: block until there are this many tasks in the group