Skip to content

Commit cb67fcd

Browse files
keflavichbsipocz
authored andcommitted
docstring syntax error fix
1 parent 270a4e5 commit cb67fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/desi/desi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ we can define our region in the same way used in the example above.
5959
>>> radius = Angle(radius_input, unit='arcmin')
6060
>>> im = DESILegacySurvey.get_images(pos, pixels, radius, data_release=9)
6161

62-
>>> All the information we need can be found within the object "im".
62+
>>> # All the information we need can be found within the object "im".
6363

6464
>>> hdul = im[0]
6565
>>> hdul[0].header

0 commit comments

Comments
 (0)