pylint fixes

This commit is contained in:
Thomas S Hatch 2013-11-15 09:38:14 -07:00
parent c6f3026517
commit 1f66907fef

View file

@ -9,10 +9,10 @@ Cron declarations require a number of parameters. The timing parameters need
to be declared: minute, hour, daymonth, month, and dayweek. The user whose
crontab is to be edited also needs to be defined.
By default, the timing arguments are all ``*`` (**Caution**: This means just
setting ``hour`` to ``5`` and not defining minute will execute the cron entry
every minute between 5 and 6 am!) and the user is root. When making changes to
an existing cron job, the name declaration is the unique factor, so if an
By default, the timing arguments are all ``*`` (**Caution**: This means just
setting ``hour`` to ``5`` and not defining minute will execute the cron entry
every minute between 5 and 6 am!) and the user is root. When making changes to
an existing cron job, the name declaration is the unique factor, so if an
existing cron that looks like this:
.. code-block:: yaml