fixed typo

This commit is contained in:
Ronald van Zon
2015-11-11 09:41:28 +01:00
parent a98fafe6b7
commit 2989e3f71b
+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