Skip to content

Commit

Permalink
Merge pull request #170 from kvyh/constraint_doc
Browse files Browse the repository at this point in the history
clarifying tutorial
  • Loading branch information
Brett M. Morris committed Jun 13, 2016
2 parents 13594c7 + 96c896e commit 6f3285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/constraints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ stellar coordinates defined in the example above::
targets = [FixedTarget(coord=SkyCoord(ra=ra*u.deg, dec=dec*u.deg), name=name)
for name, ra, dec in target_table]

In the above example, you may have noticed that constraints are assembled by
In the previous section, you may have noticed that constraints are assembled by
making a list of calls to the initializers for classes like
`~astroplan.AltitudeConstraint` and `~astroplan.AirmassConstraint`. Each of
those constraint classes is subclassed from the abstract
Expand Down

0 comments on commit 6f3285a

Please sign in to comment.