Explorar el Código

Periodic task userguide: Fixed typo in crontab example table. Thanks to zimnyx. Closes #239

Ask Solem hace 14 años
padre
commit
e3a5eb77a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/userguide/periodic-tasks.rst

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

@@ -123,7 +123,7 @@ The syntax of these crontab expressions are very flexible.  Some examples:
 +-------------------------------------+--------------------------------------------+
 | crontab(minute=0, hour=0)           | Execute daily at midnight.                 |
 +-------------------------------------+--------------------------------------------+
-| crontab(minute=0,                   | Execute every three hours---at midnight,   |
+| crontab(minute=0, hour="*/3")       | Execute every three hours:                 |
 |                                     | 3am, 6am, 9am, noon, 3pm, 6pm, 9pm.        |
 +-------------------------------------+--------------------------------------------+
 | crontab(minute=0,                   | Same as previous.                          |