Skip to content

Commit

Permalink
clarifying tutorial
Browse files Browse the repository at this point in the history
Referencing the previous section of the tutorial rather than the code block above it.
  • Loading branch information
kvyh committed Jun 13, 2016
1 parent 6d5352a commit 96c896e
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 @@ -213,7 +213,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 96c896e

Please sign in to comment.