From 98a57e8a05bfc6368465b2673dea0ddbf5579dfb Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sat, 4 Jul 2015 12:36:43 +0200 Subject: [PATCH] Fixing some doc errors --- docs/admin.rst | 2 +- docs/schedules.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin.rst b/docs/admin.rst index 1135ad5..d98d88e 100644 --- a/docs/admin.rst +++ b/docs/admin.rst @@ -16,7 +16,7 @@ Uses the :class:`Success` proxy model. .. tip:: - The maximum number of succesful tasks can be set using the `save_limit` :ref:`configuration` option. + The maximum number of successful tasks can be set using the `save_limit` :ref:`configuration` option. diff --git a/docs/schedules.rst b/docs/schedules.rst index f40bb2e..f67197a 100644 --- a/docs/schedules.rst +++ b/docs/schedules.rst @@ -31,7 +31,7 @@ Schedules are regular Django models. You can manage them through the :ref:`admin :param args: arguments for the scheduled function. :param str hook: optional result hook function. Dotted strings only. :param str schedule_type: (O)nce, (H)ourly, (D)aily, (W)eekly, (M)onthly, (Q)uarterly, (Y)early or :attr:`Schedule.TYPE` - :param int repeats: Number of times to repeat schedule. `-1`=Always, `0`=Never, `n` =n. + :param int repeats: Number of times to repeat schedule. -1=Always, 0=Never, n =n. :param datetime next_run: Next or first scheduled execution datetime. :param kwargs: optional keyword arguments for the scheduled function. @@ -65,8 +65,8 @@ Schedules are regular Django models. You can manage them through the :ref:`admin .. py:attribute:: repeats - Number of times to repeat schedule. `-1`=Always, `0`=Never, `n` =n. - + Number of times to repeat the schedule. -1=Always, 0=Never, n =n. + When set to -1, this will keep counting down. .. py:attribute:: next_run