From 70d3e9692bdd812a8aaf778dea76644b23a77fd4 Mon Sep 17 00:00:00 2001 From: Rachel Johnson Date: Wed, 4 Oct 2017 11:18:35 -0500 Subject: [PATCH] Remove extra word 'or' This removes the extra 'or' on line 187. --- docs/getting-started/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/introduction.rst b/docs/getting-started/introduction.rst index 831e180536e..cc259286185 100644 --- a/docs/getting-started/introduction.rst +++ b/docs/getting-started/introduction.rst @@ -184,7 +184,7 @@ Features - **Scheduling** You can specify the time to run a task in seconds or a - :class:`~datetime.datetime`, or or you can use + :class:`~datetime.datetime`, or you can use periodic tasks for recurring events based on a simple interval, or Crontab expressions supporting minute, hour, day of week, day of month, and