diff --git a/mistral/config.py b/mistral/config.py index 2a7208316..c2d835c36 100644 --- a/mistral/config.py +++ b/mistral/config.py @@ -343,12 +343,12 @@ cron_trigger_opts = [ default=1, min=1, help=( - 'This setting defines how frequently Mistral checks for cron ', - 'triggers that need execution. By default this is every second ', - 'which can lead to high system load. Increasing the number will ', - 'reduce the load but also limit the minimum freqency. For ', - 'example, a cron trigger can be configured to run every second ', - 'but if the execution_interval is set to 60, it will only run ', + 'This setting defines how frequently Mistral checks for cron ' + 'triggers that need execution. By default this is every second ' + 'which can lead to high system load. Increasing the number will ' + 'reduce the load but also limit the minimum freqency. For ' + 'example, a cron trigger can be configured to run every second ' + 'but if the execution_interval is set to 60, it will only run ' 'once per minute.' ) )