Skip to content

Commit fb6033f

Browse files
Fix opposition/conjunction documentation
After cutting and pasting the section, I failed to edit the final paragraph. Fixes skyfielders#314.
1 parent 746d837 commit fb6033f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

skyfield/documentation/almanac.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,9 @@ conjunction with the Sun is when their ecliptic longitudes are at 0° or
153153
[0 1]
154154
['conjunction', 'opposition']
155155

156-
The result ``t`` will be an array of times, and ``y`` will be a
157-
corresponding array of Moon phases with 0 for New Moon and 3 for Last
158-
Quarter. You can use the array ``MOON_PHASES`` to retrieve names for
159-
each phase.
156+
The result ``t`` will be an array of times, and ``y`` will be an array
157+
of integers where 0 means a conjunction and 1 means an opposition. You
158+
can use the array ``CONJUNCTIONS`` to retrieve names for each value.
160159

161160
Sunrise and Sunset
162161
==================

0 commit comments

Comments
 (0)