Skip to content

Commit c9accc3

Browse files
keflavichbsipocz
authored andcommitted
add >>>s to make the doctest block operate as a single block
1 parent 562aa90 commit c9accc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/desi/desi.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ we can define our region in the same way used in the example above.
5858
>>> pos = SkyCoord(ra, dec, unit='degree')
5959
>>> radius = Angle(radius_input, unit='arcmin')
6060
>>> im = DESILegacySurvey.get_images(pos, pixels, radius, data_release=9)
61-
61+
>>>
6262
>>> # All the information we need can be found within the object "im".
63-
63+
>>>
6464
>>> hdul = im[0]
6565
>>> hdul[0].header
6666
SIMPLE = T / file does conform to FITS standard

0 commit comments

Comments
 (0)