aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-19 08:02:47 +0200
committerMattias Andrée <m@maandree.se>2024-10-19 08:02:47 +0200
commit513410cf082ebc3482149f0cbe86f80039c924ba (patch)
tree31866f0cebed449a9dd56775d2be8bd0217cb5b1
parentUpdate e-mail (diff)
downloadsolar-python-master.tar.gz
solar-python-master.tar.bz2
solar-python-master.tar.xz
Fix documentationHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--solar_python.py2
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)