Skip to content

Commit ffef537

Browse files
weaverba137bsipocz
authored andcommitted
Fix references to async_ keyword
1 parent cbc3a21 commit ffef537

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astroquery/noirlab/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def query_region(self, coordinate, *, radius=0.1, hdu=False, cache=True, async_=
155155
coordinate : :class:`str` or `~astropy.coordinates` object
156156
The target region which to search. It may be specified as a
157157
string or as the appropriate `~astropy.coordinates` object.
158-
radius : :class:`str` or `~astropy.units.Quantity` object, optional
158+
radius : :class:`float` or :class:`str` or `~astropy.units.Quantity` object, optional
159159
Default 0.1 degrees.
160160
The string must be parsable by `~astropy.coordinates.Angle`. The
161161
appropriate `~astropy.units.Quantity` object from
@@ -164,7 +164,7 @@ def query_region(self, coordinate, *, radius=0.1, hdu=False, cache=True, async_=
164164
If ``True``, perform the query on HDUs.
165165
cache : :class:`bool`, optional
166166
If ``True``, cache the result locally.
167-
async : :class:`bool`, optional
167+
async_ : :class:`bool`, optional
168168
If ``True``, return the raw query response instead of a Table.
169169
170170
Returns

0 commit comments

Comments
 (0)