Skip to content

Commit 36b876f

Browse files
committed
Missing function comment.
1 parent 3d0a7b1 commit 36b876f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

immanuel/tools/ephemeris.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ def _syzygy(jd: float) -> dict:
626626

627627
@cache
628628
def _part(index: int, jd: float, lat: float, lon: float, formula: int, armc: float = None, armc_obliquity: float = None) -> dict:
629+
""" Calculates Parts of Fortune, Spirit, and Eros. """
629630
sun = planet(chart.SUN, jd)
630631
moon = planet(chart.MOON, jd)
631632
venus = planet(chart.VENUS, jd) if index == chart.PART_OF_EROS else None

0 commit comments

Comments
 (0)