diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-28 02:00:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-28 02:00:10 +0100 |
commit | e1ae84dc1a7d6ebe9f95d1bb364185ee5ecf6008 (patch) | |
tree | 39e8b7ebded5b132d34ed21983e7a826f01d0d63 /src | |
parent | improve readme (diff) | |
download | solar-python-e1ae84dc1a7d6ebe9f95d1bb364185ee5ecf6008.tar.gz solar-python-e1ae84dc1a7d6ebe9f95d1bb364185ee5ecf6008.tar.bz2 solar-python-e1ae84dc1a7d6ebe9f95d1bb364185ee5ecf6008.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-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 ef4768e..2fa2d2d 100644 --- a/src/solar_python.py +++ b/src/solar_python.py @@ -202,8 +202,8 @@ def sun_geometric_mean_longitude(t): # 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. - # More precively, it happens between cirka 1970-(01)Jan-11 - # 16:09:02 UTC and cirka -374702470660351740 seconds before + # More precively, it happens between circa 1970-(01)Jan-11 + # 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 |