diff options
Diffstat (limited to '')
| -rw-r--r-- | examples/comprehensive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 24393bc..57d5b45 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -239,7 +239,7 @@ gamma_blue_day, gamma_blue_night, gamma_blue_default = [1], [1], [1] # is exactly 2,2 and the colours look correct in relation # too each other. It is supported to have different settings # at day and night because there are no technical limitings -# and it can presumable increase readability on text when +# and it can presumably increase readability on text when # the colour temperature is low. @@ -536,7 +536,7 @@ def periodically(year, month, day, hour, minute, second, weekday, fade): else: apply_curves(monitors[m % len(monitors)]) - # Lets wait only 5 seconds, instead of a minute before running again. + # Let's wait only 5 seconds, instead of a minute before running again. wait_period = 5 |
