Browse Source

Remove extra word 'or'

This removes the extra 'or' on line 187.
Rachel Johnson 7 years ago
parent
commit
70d3e9692b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/getting-started/introduction.rst

+ 1 - 1
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