From d4c2ef92dbba4f9cdf8d1d0e5669b6389c2dce7b Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Mar 2014 19:28:07 +0100 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- info/blueshift.texinfo | 2 +- src/solar.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 94b061e..3730504 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -1002,7 +1002,7 @@ Calculates the Sun's geometric mean longitude, in radians. Calculates the Sun's geometric mean anomaly, in radians. @item earth_orbit_eccentricity(t) -Calculates the Sun's the Earth's orbit eccentricity. +Calculates the Earth's orbit eccentricity. @item sun_equation_of_centre(t) Calculates the Sun's equation of the centre, the difference 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 -- cgit v1.2.3-70-g09d2