From 2989e3f71b4360454ab3f161cd58b402d481e493 Mon Sep 17 00:00:00 2001 From: Ronald van Zon Date: Wed, 11 Nov 2015 09:41:28 +0100 Subject: [PATCH] fixed typo --- docs/tasks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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