From 77ac481ee2dc4a167967ca007ff6e0cd80ef42cf Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Wed, 1 Jul 2015 13:37:35 +0200 Subject: [PATCH] Updated README typos --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ea0613a..ce76c67 100644 --- a/README.rst +++ b/README.rst @@ -182,7 +182,7 @@ Admin page or directly from your code: - **func**: the function to schedule. Dotted strings only. - **args**: arguments for the scheduled function. - **hook**: optional result hook function. Dotted strings only. -- **schedule_type**: (O)nce, (H)ourly, (D)aily, (W)eekly, M(onthly), Q(uarterly), Y(early) +- **schedule_type**: (O)nce, (H)ourly, (D)aily, (W)eekly, (M)onthly, (Q)uarterly, (Y)early - **repeats**: Number of times to repeat schedule. -1=Always, 0=Never, n=n. - **next_run**: Next or first scheduled execution datetime. - **kwargs**: optional keyword arguments for the scheduled function.