aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-06-24 21:09:59 +0200
committerMattias Andrée <maandree@kth.se>2016-06-24 21:09:59 +0200
commitbfd0590002d1a83a75fc203a87c50e946aab9b6e (patch)
treea26549d5b0fbdfee1a533f43e1deddb0c47e7c9d
parentm (diff)
downloadsolar-python-bfd0590002d1a83a75fc203a87c50e946aab9b6e.tar.gz
solar-python-bfd0590002d1a83a75fc203a87c50e946aab9b6e.tar.bz2
solar-python-bfd0590002d1a83a75fc203a87c50e946aab9b6e.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--src/solar_python.py12
1 files changed, 6 insertions, 6 deletions
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)