Browse Source

Fix typo in periodic-tasks docs (#3869)

Primož Kerin 8 years ago
parent
commit
d4763d09a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/userguide/periodic-tasks.rst

+ 1 - 1
docs/userguide/periodic-tasks.rst

@@ -105,7 +105,7 @@ that we'll not evaluate the app at module level when using ``test.s()``.
 
 The :meth:`~@add_periodic_task` function will add the entry to the
 :setting:`beat_schedule` setting behind the scenes, and the same setting
-can also can be used to set up periodic tasks manually:
+can also be used to set up periodic tasks manually:
 
 Example: Run the `tasks.add` task every 30 seconds.