diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-02 07:54:08 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-02 07:54:08 +0100 |
commit | a02b47c99a8051c3ba7e9e58f676a8acd46a919e (patch) | |
tree | fc475d30e9abdc39cb22379d55b770a64f4243b6 | |
parent | update dist (diff) | |
download | solar-python-a02b47c99a8051c3ba7e9e58f676a8acd46a919e.tar.gz solar-python-a02b47c99a8051c3ba7e9e58f676a8acd46a919e.tar.bz2 solar-python-a02b47c99a8051c3ba7e9e58f676a8acd46a919e.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | src/solar_python.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solar_python.py b/src/solar_python.py index b81baa4..a1f1b66 100644 --- a/src/solar_python.py +++ b/src/solar_python.py @@ -202,9 +202,9 @@ def sun_geometric_mean_longitude(t): # you will need to add 360 if the value is negative. This can # only happen if `t` is negative, which can only happen for date # times before 2000-(01)Jan-01 12:00:00 UTC par division modulo - # implementations with the signess of atleast the left operand. + # implementations with the signess of at least the left operand. # More precively, it happens between circa 1970-(01)Jan-11 - # 16:09:02 UTC and circa -374702470660351740 seconds before + # 16:09:02 UTC and circa 374702470660351740 seconds before # January 1, 1970 00:00 UTC, which is so far back in time # it cannot be reliable pinned down to the right year, but it # is without a shadow of a doubt looooong before the Earth |