소스 검색

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

Ask Solem 14 년 전
부모
커밋
e3a5eb77a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.                          |