From bfd0590002d1a83a75fc203a87c50e946aab9b6e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 24 Jun 2016 21:09:59 +0200 Subject: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/solar_python.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/solar_python.py b/src/solar_python.py index 6e93621..daa2330 100644 --- a/src/solar_python.py +++ b/src/solar_python.py @@ -605,9 +605,9 @@ def future_equinox(t = None): ''' Predict the time point of the next equinox - @param t:float? The time in Julian Centuries, `None` - for the current time - @return :float The calculated time point + @param t:float? The time in Julian Centuries, `None` + for the current time + @return :float The calculated time point ''' return future_past_equinox(0.01 / 2000, t) @@ -616,9 +616,9 @@ def past_equinox(t = None): ''' Predict the time point of the previous equinox - @param t:float? The time in Julian Centuries, `None` - for the current time - @return :float The calculated time point + @param t:float? The time in Julian Centuries, `None` + for the current time + @return :float The calculated time point ''' return future_past_equinox(0.01 / -2000, t) -- cgit v1.2.3-70-g09d2