diff options
Diffstat (limited to 'solar_python.py')
-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) |