Skip to content

Commit b93e5a7

Browse files
committed
Formatting fixes
1 parent d09efd7 commit b93e5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astroquery/casda/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def cutout(self, table, radius=1*u.arcmin, verbose=False, **kwargs):
281281
A table describing the files to be staged, such as produced by query_region. It must include an
282282
access_url column.
283283
coordinates : str or `astropy.coordinates`, optional
284-
coordinates around which to produce a cutout, the radius will be 1 arcmin if no radius, height or width is
284+
coordinates around which to produce a cutout, the radius will be 1 arcmin if no radius, height or width is
285285
provided.
286286
radius : str or `astropy.units.Quantity`, optional
287287
the radius of the cutout
@@ -290,7 +290,7 @@ def cutout(self, table, radius=1*u.arcmin, verbose=False, **kwargs):
290290
width : str or `astropy.units.Quantity`, optional
291291
the width for a box cutout
292292
band : list of `astropy.units.Quantity` with two elements, optional
293-
the spectral range to be included, may be low and high wavelengths in metres or low and high frequencies in
293+
the spectral range to be included, may be low and high wavelengths in metres or low and high frequencies in
294294
Hertz. Use None for an open bound.
295295
channel : list of int with two elements, optional
296296
the spectral range to be included, the low and high channels (i.e. planes of a cube) inclusive

0 commit comments

Comments
 (0)