Skip to content

Commit 2485f15

Browse files
author
Brett M. Morris
authored
Merge pull request #164 from kvyh/typo_fix
MoonSeparation typo
2 parents 3162fff + 6d5352a commit 2485f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroplan/constraints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def __init__(self, min=None, max=None):
328328
Minimum acceptable separation between moon and target (inclusive).
329329
`None` indicates no limit.
330330
max : `~astropy.units.Quantity` or `None` (optional)
331-
Minimum acceptable separation between moon and target (inclusive).
331+
Maximum acceptable separation between moon and target (inclusive).
332332
`None` indicates no limit.
333333
"""
334334
self.min = min

0 commit comments

Comments
 (0)