diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-06 03:03:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-06 03:03:27 +0200 |
commit | 6258513be64edf7fb5986b7ada03620af75f0833 (patch) | |
tree | a105a77e40aa9e27ec213d74aa055922a83c1cf9 | |
parent | dist: fix arch (diff) | |
download | solar-python-6258513be64edf7fb5986b7ada03620af75f0833.tar.gz solar-python-6258513be64edf7fb5986b7ada03620af75f0833.tar.bz2 solar-python-6258513be64edf7fb5986b7ada03620af75f0833.tar.xz |
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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 |