diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-19 08:02:47 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-19 08:02:47 +0200 |
commit | 513410cf082ebc3482149f0cbe86f80039c924ba (patch) | |
tree | 31866f0cebed449a9dd56775d2be8bd0217cb5b1 | |
parent | Update e-mail (diff) | |
download | solar-python-master.tar.gz solar-python-master.tar.bz2 solar-python-master.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | solar_python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solar_python.py b/solar_python.py index 36984ec..082fea5 100644 --- a/solar_python.py +++ b/solar_python.py @@ -353,7 +353,7 @@ def equation_of_time(t): between apparent and mean solar time @param t:float The time in Julian Centuries - @return :float The equation of time, in degrees + @return :float The equation of time, in minutes of time ''' import math l = sun_geometric_mean_longitude(t) |