diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:54:18 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:54:18 +0100 |
| commit | ba10d9b4d716a76c9a51feb8ed4934aacb5156ed (patch) | |
| tree | 4881b63011d445651f1f1b70df76cba648651545 /examples/comprehensive | |
| parent | Fix typoes (diff) | |
| download | blueshift-master.tar.gz blueshift-master.tar.bz2 blueshift-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'examples/comprehensive')
| -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 |
