summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-14 19:16:28 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-14 19:16:28 +0100
commit04dda4aba1d99527867f1a1061f7f970cb70d644 (patch)
treec0fdab89c55566272ca2a4768f162543ba419b29 /src
parentm (diff)
downloadblueshift-04dda4aba1d99527867f1a1061f7f970cb70d644.tar.gz
blueshift-04dda4aba1d99527867f1a1061f7f970cb70d644.tar.bz2
blueshift-04dda4aba1d99527867f1a1061f7f970cb70d644.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__main__.py b/src/__main__.py
index ab93e6e..40aa886 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -32,7 +32,7 @@ def periodically(year, month, day, hour, minute, second, weekday):
@param second:int The second, minimum value is 0, probable maximum value is 60 (**)
@param weekday:int The weekday, 1 = Monday, 7 = Sunday
- (*) Can be exceeded it the calendar system is changed, like in 1712-(02)Feb-30
+ (*) Can be exceeded if the calendar system is changed, like in 1712-(02)Feb-30
(**) See https://en.wikipedia.org/wiki/Leap_second
'''
temperature(6500, lambda T : divide_by_maximum(series_d(T)), True)