diff options
-rw-r--r-- | src/solar_python.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/solar_python.py b/src/solar_python.py index f1c172c..67cd7d3 100644 --- a/src/solar_python.py +++ b/src/solar_python.py @@ -578,8 +578,6 @@ def future_equinox(t = None): ''' Predict the time point of the next equinox - @param delta:float Iteration step size, negative for - past event, positive for future event @param t:float? The time in Julian Centuries, `None` for the current time @return :float The calculated time point @@ -591,8 +589,6 @@ def past_equinox(t = None): ''' Predict the time point of the previous equinox - @param delta:float Iteration step size, negative for - past event, positive for future event @param t:float? The time in Julian Centuries, `None` for the current time @return :float The calculated time point |