diff options
Diffstat (limited to 'src/solar.py')
-rw-r--r-- | src/solar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/solar.py b/src/solar.py index 8c79d79..1b50424 100644 --- a/src/solar.py +++ b/src/solar.py @@ -202,7 +202,7 @@ def sun_geometric_mean_anomaly(t): def earth_orbit_eccentricity(t): ''' - Calculates the Sun's the Earth's orbit eccentricity + Calculates the Earth's orbit eccentricity @param t:float The time in Julian Centuries @return :float The Earth's orbit eccentricity |