diff --git a/cron_101.rst b/cron_101.rst index 08283006..91c1efce 100644 --- a/cron_101.rst +++ b/cron_101.rst @@ -136,7 +136,7 @@ Knowing this, we can see that this "crontab" means: Let's take another example and create a cron job that checks disk space available every minute, every hour, every day of the month, every month, for -every day of the week, and outputs it to a file named :file:``disk_space.txt``. +every day of the week, and outputs it to a file named: ``disk_space.txt``. .. code-block:: console