Skip to content

Commit

Permalink
docstring syntax error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich authored and bsipocz committed Nov 4, 2022
1 parent 270a4e5 commit cb67fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/desi/desi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ we can define our region in the same way used in the example above.
>>> radius = Angle(radius_input, unit='arcmin')
>>> im = DESILegacySurvey.get_images(pos, pixels, radius, data_release=9)

>>> All the information we need can be found within the object "im".
>>> # All the information we need can be found within the object "im".

>>> hdul = im[0]
>>> hdul[0].header
Expand Down

0 comments on commit cb67fcd

Please sign in to comment.