diff --git a/docs/tasks.rst b/docs/tasks.rst index 2f2abe7..3fe1373 100644 --- a/docs/tasks.rst +++ b/docs/tasks.rst @@ -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 \ No newline at end of file + :param int count: block until there are this many tasks in the group